Create map put operation.
Server writes key/value 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 .
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static Operation Put( MapPolicy policy, string binName, Value key, Value value, params CTX[] ctx )
Parameters
- policy
- Type: Aerospike.ClientMapPolicy
- binName
- Type: SystemString
- key
- Type: Aerospike.ClientValue
- value
- Type: Aerospike.ClientValue
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also