ListOperation.Trim Method
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Trim(
string binName,
int index,
int count,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- count Int32
-
- ctx CTX[]
-
Operation