ListOperation Trim Method Aerospike
Create list trim operation. Server removes items in list bin that do not fall into range specified by index and count range. If the range is out of bounds, then all items will be removed. Server returns list size after trim.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax

Parameters

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