AsyncNode PropertiesAerospike
The AsyncNode type exposes the following members.
Properties

  NameDescription
Public propertyActive
Return whether node is currently active.
(Inherited from Node.)
Public propertyCluster
Aerospike cluster which contains this node
(Inherited from Node.)
Public propertyHasBitOperations
Does server support bit operations.
(Inherited from Node.)
Public propertyHasClusterStable
Does server support cluster-stable info command.
(Inherited from Node.)
Public propertyHasIndexExists
Does server support sindex-exists info command.
(Inherited from Node.)
Public propertyHasLutNow
Does server support lut=now in truncate info command.
(Inherited from Node.)
Public propertyHasPartitionScan
Does server support partition scans.
(Inherited from Node.)
Public propertyHasPeers
Does server support peers info command.
(Inherited from Node.)
Public propertyHasReplicas
Does server support replicas info command.
(Inherited from Node.)
Public propertyHasTruncateNamespace
Does server support truncate-namespace info command.
(Inherited from Node.)
Public propertyHost
Return server node IP address and port.
(Inherited from Node.)
Public propertyName
Return server node name.
(Inherited from Node.)
Public propertyNodeAddress
This node's network address
(Inherited from Node.)
Back to Top
See Also