ListOperation RemoveRange Method (String, Int32, Int32)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.5.0.0 (3.5.3)
Syntax

Parameters

binName
Type: System String
index
Type: System Int32
count
Type: System Int32
See Also