NodeHasRack Method

Return if this node has the same rack as the client for the given namespace.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public bool HasRack(
	string ns,
	int rackId
)

Parameters

ns  String
 
rackId  Int32
 

Return Value

Boolean

See Also