Overload List
Name | Description | |
---|---|---|
![]() | SetUniqueDigest( Byte , Object, CitrusleafWriteInfo) |
Set bin value for specified key digest. The set will fail if the key 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.
|
![]() | SetUniqueDigest(String, Byte , IDictionary String, Object , CitrusleafWriteInfo) |
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.
|
![]() | SetUniqueDigest(String, Byte , IList String , IList Object , CitrusleafWriteInfo) |
Set record bin values for specified key and bin names. The set will fail if the
key 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.
|
![]() | SetUniqueDigest(String, Byte , String, Object, CitrusleafWriteInfo) |
Set bin value for specified key and bin name digest. The set will fail if the key 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.
|
See Also