Create list remove operation.
Server removes item at specified index from list bin.
Server returns number of items removed.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Remove( string binName, int index, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- index
- Type: SystemInt32
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also