Type Alias: RuntimeBackupState
type RuntimeBackupState = object;
Runtime Backup State
Information about the checkpoint and backup state of the physical tenant.
Properties
backupStates
backupStates: PartitionBackupState[];
List of partition backup states.
checkpointStates
checkpointStates: PartitionCheckpointState[];
List of partition checkpoint states.
ranges
ranges: PartitionBackupRange[];
List of partition backup ranges.