Create map get by value list operation.
Server selects map items identified by values and returns selected data specified by returnType.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public static Operation GetByValueList( string binName, IList values, MapReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- values
- Type: System.CollectionsIList
- returnType
- Type: Aerospike.ClientMapReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also