MapExpRemoveByRankRange(Exp, Exp, CTX) Method

Create expression that removes map items starting at specified rank to the last ranked item.

Definition

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

Parameters

rank  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also