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: 4.0.1.0 (4.0.1)
Syntax
Parameters
- binName
- Type: System String
- index
- Type: System Int32
- count
- Type: System Int32
- ctx
- Type: Aerospike.Client CTX
See Also