CitrusleafClient GetDigest Method (String,  Byte , IList String , IDictionary String, Object  , UInt32 , Int32)Aerospike
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.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
keyDigest
Type:  OnlineSystem Byte 
Unique ID generated from the key and set name.
bins
Type: OnlineSystem.Collections.Generic IList OnlineString 
Bin names filter.
values
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject  
Returned bin name/value pairs.
generation
Type: OnlineSystem UInt32 
Returned generation indicates how many times the record has been modified.
timeoutMillis
Type: OnlineSystem Int32
Timeout in milliseconds.

Return Value

Result status.
See Also