Reset record time to expiration without changing its value for specified key.
The record generation count will also be incremented.
This method returns KEY_NOT_FOUND_ERROR if the record does not exist.
The following properties must be set before using this method.
Namespace: net.citrusleaf- DefaultNamespace
- DefaultSet
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- key
- Type:
System Object
Record identifier. Unique within set.
- expires
- Type:
System Int32
Seconds until expiration.
- timeoutMillis
- Type:
System Int32
Transaction timeout in milliseconds.
Return Value
Result status.See Also