Used for integer values only.
Add value to existing bin value for each bin for specified key.
If the record or bin does not exist, it will be created with the specified value.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Optional set name.
- key
- Type:
System Object
Record identifier. Unique within set.
- values
- Type:
System.Collections.Generic IDictionary
String,
Object
Bin name/value pairs.
- writeInfo
- Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.
Return Value
Result status.See Also