ListOperationRemoveByIndexRange(String, Int32, ListReturnType, CTX) Method
Create list remove operation.
Server removes list items starting at specified index to the end of list and returns removed
data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.0
public static Operation RemoveByIndexRange(
string binName,
int index,
ListReturnType returnType,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- returnType ListReturnType
-
- ctx CTX
-
Operation