Create map get by value range operation.
Server 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.ClientServer returns selected data specified by returnType.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.0.0 (3.6.1)
Syntax
Parameters
- binName
- Type:
System String
- valueBegin
- Type: Aerospike.Client Value
- valueEnd
- Type: Aerospike.Client Value
- returnType
- Type: Aerospike.Client MapReturnType
See Also