ListOperation.GetRange(String, Int32, CTX[]) Method
Create list get range operation.
Server returns items starting at index to the end of list.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation GetRange(
string binName,
int index,
params CTX[] ctx
)
- binName String
-
- index Int32
-
- ctx CTX[]
-
Operation