Overload List
Name | Description | |
---|---|---|
![]() | SetBinUniqueDigest( Byte , Object, CitrusleafWriteInfo) |
Set bin value for specified key digest. The set will fail if the bin name 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.
The following properties must be set before using this method.
|
![]() | SetBinUniqueDigest(String, Byte , String, Object, CitrusleafWriteInfo) |
Set bin value for specified key and bin name digest and bin name. The set will fail if the bin name 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.
|
See Also