MapOperation.PutItems Method
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation PutItems(
MapPolicy policy,
string binName,
IDictionary map,
params CTX[] ctx
)
- policy MapPolicy
-
- binName String
-
- map IDictionary
-
- ctx CTX[]
-
Operation