CitrusleafClient GetWithTouch Method Aerospike
Get bin value for specified key and bin name. If the record exists, reset record time to expiration and increment record generation count.

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

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Optional set name.
key
Type: OnlineSystem Object
Record identifier. Unique within set.
bin
Type: OnlineSystem String
Bin name filter.
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
Client request timeout in milliseconds.
object_expiry_seconds
Type: OnlineSystem Int32
Record expiration time period in seconds.

Return Value

Result status.
See Also