MapExpRemoveByIndexRange(Exp, Exp, Exp, CTX) Method

Create expression that removes "count" map items starting at specified index.

Definition

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

Parameters

index  Exp
 
count  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also