CitrusleafClient Get Method (Object, Object , UInt32 , Int32)Aerospike
Get bin value and record generation for specified key. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
  • DefaultBin

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

Parameters

key
Type: OnlineSystem Object
Record identifier. Unique within set.
value
Type: OnlineSystem Object 
Returned bin value.
generation
Type: OnlineSystem UInt32 
Returned generation indicates how many times the record has been modified.
timeoutMillis
Type: OnlineSystem Int32
Transaction timeout in milliseconds.

Return Value

Result status.
See Also