Create list get by index operation.
Server selects list item identified by index 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 Operation GetByIndex( string binName, int index, ListReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- index
- Type: SystemInt32
- returnType
- Type: Aerospike.ClientListReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also