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