MapOperationGetByIndexRange(String, Int32, Int32, MapReturnType, CTX) Method
Create map get by index range operation.
Server selects "count" map items starting at specified index and returns selected data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.0.0 (5.4.0)
public static Operation GetByIndexRange(
string binName,
int index,
int count,
MapReturnType returnType,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- count Int32
-
- returnType MapReturnType
-
- ctx CTX
-
Operation