CitrusleafClient SetBinUniqueDigest Method Aerospike
Overload List

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