NodeHasRack Method

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

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public bool HasRack(
	string ns,
	int rackId
)

Parameters

ns
Type: SystemString
rackId
Type: SystemInt32

Return Value

Type: Boolean
See Also

Reference