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: 3.9.1.0 (3.9.1)
Syntax

Parameters

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