Type Alias: StateCode
type StateCode =
| "DOES_NOT_EXIST"
| "IN_PROGRESS"
| "COMPLETED"
| "FAILED"
| "INCOMPLETE"
| "DELETED";
Runtime Backup State
The aggregated state of the backup, computed from the state of each partition.
type StateCode =
| "DOES_NOT_EXIST"
| "IN_PROGRESS"
| "COMPLETED"
| "FAILED"
| "INCOMPLETE"
| "DELETED";
Runtime Backup State
The aggregated state of the backup, computed from the state of each partition.