CitrusleafClient TouchDigest Method (String,  Byte , Int32, Int32)Aerospike
Reset record time to expiration without changing its value for specified key digest. The record generation count will also be incremented. This method returns KEY_NOT_FOUND_ERROR if the record does not exist. 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.
  • DefaultNamespace
  • DefaultSet

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.
expires
Type: OnlineSystem Int32
Seconds until expiration.
timeoutMillis
Type: OnlineSystem Int32
Transaction timeout in milliseconds.

Return Value

Result status.
See Also