CitrusleafClient AddDigest Method (String,  Byte , IDictionary String, Object , CitrusleafWriteInfo)Aerospike
Used for integer values only. Add value to existing bin value for each bin for specified key digest. If the record or bin does not exist, it will be created with the specified value. Non-Digest database methods send the normal key and set name to the server which converts them to a digest. Digest methods send the digest directly.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
keyDigest
Type:  OnlineSystem Byte 
Unique ID generated from the key and set name.
values
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject 
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