MapOperation.GetByRank Method

Create map get by rank operation. Server selects map item identified by rank and returns selected data specified by returnType.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.4.0+0f57007ab339dd64ba832432e6e4e74f3d9832da
C#
public static Operation GetByRank(
	string binName,
	int rank,
	MapReturnType returnType,
	params CTX[] ctx
)

Parameters

binName  String
 
rank  Int32
 
returnType  MapReturnType
 
ctx  CTX[]
 

Return Value

Operation

See Also