MapOperation GetByKeyRange Method Aerospike
Create map get by key range operation. Server selects map items identified by key range (keyBegin inclusive, keyEnd exclusive). If keyBegin is null, the range is less than keyEnd. If keyEnd is null, the range is greater than equal to keyBegin.

Server returns selected data specified by returnType.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.7.0 (3.9.7)
Syntax

Parameters

binName
Type: System String
keyBegin
Type: Aerospike.Client Value
keyEnd
Type: Aerospike.Client Value
returnType
Type: Aerospike.Client MapReturnType
ctx
Type:  Aerospike.Client CTX 
See Also