Create list remove range operation.
Server removes "count" items starting at specified index from list bin.
Server returns number of items removed.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.11.0 (3.9.11)
Syntax
Parameters
- binName
- Type: System String
- index
- Type: System Int32
- count
- Type: System Int32
- ctx
- Type: Aerospike.Client CTX
See Also