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