MapOperation.GetByRank Method
Create map get by rank operation.
Server selects map item identified by rank and returns selected data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.4.0+0f57007ab339dd64ba832432e6e4e74f3d9832da
public static Operation GetByRank(
string binName,
int rank,
MapReturnType returnType,
params CTX[] ctx
)
- binName String
-
- rank Int32
-
- returnType MapReturnType
-
- ctx CTX[]
-
Operation