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.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- keyDigest
- Type:
System Byte
Unique ID generated from the key and set name.
- bin
- Type:
System String
Bin name filter.
- value
- Type:
System Object
Returned bin value.
- generation
- Type:
System UInt32
Returned generation indicates how many times the record has been modified.
- timeoutMillis
- Type:
System Int32
Timeout in milliseconds.
Return Value
Result status.See Also