Create map put operation.
Server writes key/value item to map bin and returns map size.
Namespace: Aerospike.ClientThe 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 .
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.8.0.0 (3.8.0)
Syntax
Parameters
- policy
- Type: Aerospike.Client MapPolicy
- binName
- Type:
System String
- key
- Type: Aerospike.Client Value
- value
- Type: Aerospike.Client Value
See Also