Create list remove operation.
Server removes list items starting at specified rank to the last ranked item and returns removed
data specified by returnType.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static Operation RemoveByRankRange( string binName, int rank, ListReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- rank
- Type: SystemInt32
- returnType
- Type: Aerospike.ClientListReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also