Create expression that selects map items starting at specified index to the end of map and returns selected
data specified by returnType.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static Exp GetByIndexRange( MapReturnType returnType, Exp index, Exp bin, params CTX[] ctx )
Parameters
- returnType
- Type: Aerospike.ClientMapReturnType
- index
- Type: Aerospike.ClientExp
- bin
- Type: Aerospike.ClientExp
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: ExpSee Also