Overload List
Name | Description | |
---|---|---|
![]() | GetDigest( 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.
|
![]() | GetDigest(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.
|
![]() | GetDigest(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.
|
See Also