MapExpPutItems Method

Create expression that writes each map item to map bin.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.1.0+5933a5a54dcb0179652c01f6f4d6ef13e789846e
C#
public static Exp PutItems( MapPolicy policy, Exp map, Exp bin, params CTX[] ctx )

Parameters

policy  MapPolicy
 
map  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also