Create expression that 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.1.1.0 (5.1.1)
Syntax
C#
public static Exp GetByRankRange( ListReturnType returnType, Exp rank, Exp count, Exp bin, params CTX[] ctx )
Parameters
- returnType
- Type: Aerospike.ClientListReturnType
- rank
- Type: Aerospike.ClientExp
- count
- Type: Aerospike.ClientExp
- bin
- Type: Aerospike.ClientExp
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: ExpSee Also