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

Server returns removed data specified by returnType.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.3.0 (3.9.3)
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