Type Alias: PartitionBackupRange
type PartitionBackupRange = object;
Partition Backup Range
Information about one backup range for a partition.
Properties
end
end: PartitionBackupState | null;
The newest backup in the range.
partitionId
partitionId: PartitionId;
The id of the partition.
start
start: PartitionBackupState | null;
The oldest backup in the range.