Create map remove operation.
Server removes 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 removed data specified by returnType.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.2.0 (4.0.2)
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