MapExp.RemoveByValueRelativeRankRange(MapReturnType, Exp, Exp, Exp, CTX[]) Method
Create expression that removes map items nearest to value and greater by relative rank.
Valid returnType values are
NONE
or
INVERTED
Examples for map [{4=2},{9=10},{5=15},{0=17}]:
- (value,rank) = [removed items]
- (11,1) = [{0=17}]
- (11,-1) = [{9=10},{5=15},{0=17}]
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Exp RemoveByValueRelativeRankRange(
MapReturnType returnType,
Exp value,
Exp rank,
Exp bin,
params CTX[] ctx
)
- returnType MapReturnType
-
- value Exp
-
- rank Exp
-
- bin Exp
-
- ctx CTX[]
-
Exp