MapOperation PutItems Method Aerospike
Create map put items operation Server writes each map item to map bin and returns map size.

The required map policy dictates the type of map to create when it does not exist. The map policy also specifies the flags used when writing items to the map. See policy MapPolicy.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Parameters

policy
Type: Aerospike.Client MapPolicy
binName
Type: System String
map
Type: System.Collections IDictionary
ctx
Type:  Aerospike.Client CTX 
See Also