ListOperation RemoveRange Method (String, Int32, Int32,  CTX )Aerospike
Create list remove range operation. Server removes "count" items starting at specified index from list bin. Server returns number of items removed.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.12.0 (3.9.12)
Syntax

Parameters

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