ListExpGetByIndexRange(ListReturnType, Exp, Exp, Exp, CTX) Method
Create expression that selects "count" list items starting at specified index
and returns selected data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Exp GetByIndexRange(
ListReturnType returnType,
Exp index,
Exp count,
Exp bin,
params CTX[] ctx
)
- returnType ListReturnType
-
- index Exp
-
- count Exp
-
- bin Exp
-
- ctx CTX
-
Exp