CitrusleafClient SetDigest Method (String,  Byte , IList String , IList Object , CitrusleafWriteInfo)Aerospike
Set record bin values for specified key digest and bin names. If the key or bin does not exist, it will be created. If the bin exists its value is replaced. Others bins are ignored. 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.
bins
Type: OnlineSystem.Collections.Generic IList OnlineString 
Positionally matched bin names.
values
Type: OnlineSystem.Collections.Generic IList OnlineObject 
Positionally matched bin values.
writeInfo
Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.

Return Value

Result status.
See Also