FlinkSavepoint
A Flink savepoint.
Syntax
json
{
"location": "string",
"triggerType": "MANUAL | PERIODIC | UNKNOWN | UPGRADE",
"triggerNonce": "string",
"triggeredAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
location
optionalThe location of a completed savepoint.
- Type
string
- Type
triggerNonce
optionalAn opaque value that identifies a manually triggered savepoint.
- Type
string
- Type
triggeredAt
optionalThe time when the savepoint was triggered.
- Type
string
- Format
date-time
- Type