Node PropertiesAerospike
The Node type exposes the following members.
Properties

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