Set record bin values for specified key digest and bin names. The set will fail if the
key digest already exists.
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.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- keyDigest
- Type:
System Byte
Unique ID generated from the key and set name.
- values
- Type:
System.Collections.Generic IDictionary
String,
Object
Bin name/values.
- writeInfo
- Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.
Return Value
Result status.See Also