Class: ResetPointInfo
ResetPointInfo records the workflow event id that is the first one processed by a given build id or binary checksum. A new reset point will be created if either build id or binary checksum changes (although in general only one or the other will be used at a time).
Implements
Constructors
constructor
• new ResetPointInfo(properties?
): ResetPointInfo
Constructs a new ResetPointInfo.
Parameters
Name | Type | Description |
---|---|---|
properties? | IResetPointInfo | Properties to set |
Returns
Properties
binaryChecksum
• binaryChecksum: string
A worker binary version identifier (deprecated).
Implementation of
IResetPointInfo.binaryChecksum
buildId
• buildId: string
Worker build id.
Implementation of
createTime
• Optional
createTime: null
| ITimestamp
ResetPointInfo createTime.
Implementation of
expireTime
• Optional
expireTime: null
| ITimestamp
(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) The time that the run is deleted due to retention.