MapOperation GetByValueRange Method Aerospike
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.

Server returns selected data specified by returnType.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.14.0 (3.9.14)
Syntax

Parameters

binName
Type: System String
valueBegin
Type: Aerospike.Client Value
valueEnd
Type: Aerospike.Client Value
returnType
Type: Aerospike.Client MapReturnType
ctx
Type:  Aerospike.Client CTX 
See Also