Return if this node has the same rack as the client for the
given namespace.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public bool HasRack( string ns, int rackId )
Parameters
- ns
- Type: SystemString
- rackId
- Type: SystemInt32
Return Value
Type: BooleanSee Also