ListOperationPopRange(String, Int32, CTX) Method
Create list pop range operation.
Server returns items starting at specified index to the end of list and removes those items
from list bin.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.1.0
public static Operation PopRange(
string binName,
int index,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- ctx CTX
-
Operation