RestoreProgressInfo Class
Describes the progress of a restore operation on a partition.
- Inheritance
-
RestoreProgressInfo
Constructor
RestoreProgressInfo(*, restore_state=None, time_stamp_utc=None, restored_epoch=None, restored_lsn: Optional[str] = None, failure_error=None, **kwargs)
Parameters
- restore_state
- str or RestoreState
Required
Represents the current state of the partition restore operation. Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', 'Success', 'Failure', 'Timeout'
- failure_error
- FabricErrorError
Required
Denotes the failure encountered in performing restore operation.
Feedback
Submit and view feedback for