Create expression that selects map items identified by keys 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 GetByKeyList( MapReturnType returnType, Exp keys, Exp bin, params CTX[] ctx )
Parameters
- returnType
- Type: Aerospike.ClientMapReturnType
- keys
- Type: Aerospike.ClientExp
- bin
- Type: Aerospike.ClientExp
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: ExpSee Also