Create list get by rank range operation.
Server selects "count" list items starting at specified rank and returns selected data specified by returnType.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static Operation GetByRankRange( string binName, int rank, int count, ListReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- rank
- Type: SystemInt32
- count
- Type: SystemInt32
- returnType
- Type: Aerospike.ClientListReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also