ListExpRemoveByIndexRange(Exp, Exp, CTX) Method

Create expression that removes list items starting at specified index to the end of list.

Definition

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

Parameters

index  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also