Create expression that selects map items identified by value range (valueBegin inclusive, valueEnd exclusive)
If valueBegin is null, the range is less than valueEnd.
If valueEnd is null, the range is greater than equal to valueBegin.
Namespace: Aerospike.ClientExpression returns selected data specified by returnType.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.4.0 (4.1.4)
Syntax
Parameters
- returnType
- Type: Aerospike.Client MapReturnType
- valueBegin
- Type: Aerospike.Client Exp
- valueEnd
- Type: Aerospike.Client Exp
- bin
- Type: Aerospike.Client Exp
- ctx
- Type: Aerospike.Client CTX
See Also