AsyncNode PropertiesAerospike
The AsyncNode type exposes the following members.
Properties

  NameDescription
Public propertyActive
Return whether node is currently active.
(Inherited from Node.)
Public propertyHasClusterStable
Does server support cluster-stable info command.
(Inherited from Node.)
Public propertyHasLutNow
Does server support lut=now in truncate info command.
(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.)
Back to Top
See Also