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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static Operation PopRange( string binName, int index, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- index
- Type: SystemInt32
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also