Create map decrement operation.
Server decrements values by decr for all items identified by key and returns final result.
Valid only for numbers.
Namespace: Aerospike.ClientThe required map policy dictates the type of map to create when it does not exist. The map policy also specifies the mode used when writing items to the map. See policy and write mode .
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.1.0 (3.9.1)
Syntax
Parameters
- policy
- Type: Aerospike.Client MapPolicy
- binName
- Type:
System String
- key
- Type: Aerospike.Client Value
- decr
- Type: Aerospike.Client Value
- ctx
- Type: Aerospike.Client CTX
See Also