CitrusleafClient SetUniqueDigest Method Aerospike
Overload List

  NameDescription
Public methodSetUniqueDigest( 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.
  • DefaultNamespace
  • DefaultBin
Public methodSetUniqueDigest(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.
Public methodSetUniqueDigest(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.
Public methodSetUniqueDigest(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.
Back to Top
See Also