BackupInfo Class
Represents a backup point which can be used to trigger a restore.
- Inheritance
-
BackupInfo
Constructor
BackupInfo(*, backup_id: Optional[str] = None, backup_chain_id: Optional[str] = None, application_name: Optional[str] = None, service_name: Optional[str] = None, partition_information=None, backup_location: Optional[str] = None, backup_type=None, epoch_of_last_backup_record=None, lsn_of_last_backup_record: Optional[str] = None, creation_time_utc=None, service_manifest_version: Optional[str] = None, failure_error=None, **kwargs)
Parameters
- backup_chain_id
- str
Unique backup chain ID. All backups part of the same chain has the same backup chain id. A backup chain is comprised of 1 full backup and multiple incremental backups.
- application_name
- str
Name of the Service Fabric application this partition backup belongs to.
- partition_information
- PartitionInformation
Information about the partition to which this backup belongs to
- backup_type
- str or BackupType
Describes the type of backup, whether its full or incremental. Possible values include: 'Invalid', 'Full', 'Incremental'
- service_manifest_version
- str
Manifest Version of the service this partition backup belongs to.
- failure_error
- FabricErrorError
Denotes the failure encountered in getting backup point information.
Feedback
Submit and view feedback for