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