Create list get by value list operation.
Server selects list items identified by values 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 GetByValueList( string binName, IList values, ListReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- values
- Type: System.CollectionsIList
- returnType
- Type: Aerospike.ClientListReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also