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.
Namespace: Aerospike.ClientServer returns selected data specified by returnType.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.0.0 (4.1.0)
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