Create expression that removes map items nearest to value and greater by relative rank with a count limit.
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: 4.1.4.0 (4.1.4)
Syntax
Parameters
- value
- Type: Aerospike.Client Exp
- rank
- Type: Aerospike.Client Exp
- count
- Type: Aerospike.Client Exp
- bin
- Type: Aerospike.Client Exp
- ctx
- Type: Aerospike.Client CTX
See Also