Create map remove by key relative to index range operation.
Server removes map items nearest to key and greater by index with a count limit.
Server returns removed data specified by returnType.
Namespace: Aerospike.ClientExamples for map [{0=17},{4=2},{5=15},{9=10}]:
- (value,index,count) = [removed items]
- (5,0,1) = [{5=15}]
- (5,1,2) = [{9=10}]
- (5,-1,1) = [{4=2}]
- (3,2,1) = [{9=10}]
- (3,-2,2) = [{0=17}]
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.14.0 (3.9.14)
Syntax
Parameters
- binName
- Type: System String
- key
- Type: Aerospike.Client Value
- index
- Type: System Int32
- count
- Type: System Int32
- returnType
- Type: Aerospike.Client MapReturnType
- ctx
- Type: Aerospike.Client CTX
See Also