ListOperation RemoveRange Method (String, Int32,  CTX )Aerospike
Create list remove range operation. Server removes items starting at specified index to the end of list. Server returns number of items removed.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax

Parameters

binName
Type: System String
index
Type: System Int32
ctx
Type:  Aerospike.Client CTX 
See Also