BackupFileInfo interface
Information of the backup file
Properties
family |
Sequence number of the backup file in the backup set |
file |
Location of the backup file in shared folder |
status | Status of the backup file during migration. Possible values include: 'Arrived', 'Queued', 'Uploading', 'Uploaded', 'Restoring', 'Restored', 'Cancelled' |
Property Details
familySequenceNumber
Sequence number of the backup file in the backup set
familySequenceNumber?: number
Property Value
number
fileLocation
Location of the backup file in shared folder
fileLocation?: string
Property Value
string
status
Status of the backup file during migration. Possible values include: 'Arrived', 'Queued', 'Uploading', 'Uploaded', 'Restoring', 'Restored', 'Cancelled'
status?: BackupFileStatus