MapOperationGetByIndex Method
Create map get by index operation.
Server selects map item identified by index and returns selected data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.1.0
public static Operation GetByIndex(
string binName,
int index,
MapReturnType returnType,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- returnType MapReturnType
-
- ctx CTX
-
Operation