MapExpPutItems Method

Create expression that writes each map item to map bin.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
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