AerospikeClientNodes Property

Return array of active server nodes in the cluster.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public Node[] Nodes { get; }

Property Value

Node

Implements

IAerospikeClientNodes

See Also