MapExpRemoveByRankRange(Int32, Exp, Exp, CTX) Method

Create expression that removes map items starting at specified rank to the last ranked item. Valid returnType values are NONE or INVERTED

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Exp RemoveByRankRange(
	int returnType,
	Exp rank,
	Exp bin,
	params CTX[] ctx
)

Parameters

returnType  Int32
 
rank  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also