CitrusleafClient GetDigest Method Aerospike
Overload List

  NameDescription
Public methodGetDigest( Byte , Object , UInt32 , Int32)
Get bin value and record generation for specified key digest. 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 methodGetDigest(String,  Byte , IList String , IDictionary String, Object  , UInt32 , Int32)
Get dictionary of bin name/value pairs for specified key digest and list of bin names. The get will timeout if the server does not respond within the specified time period. 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 methodGetDigest(String,  Byte , String, Object , UInt32 , Int32)
Get bin value and generation for specified key digest and bin name. The get will timeout if the server does not respond within the specified time period. 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