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