MigrationStatusDetails interface
Detailed status of current migration.
Properties
active |
Backup sets that are currently active. NOTE: This property will not be serialized. It can only be populated by the server. |
blob |
Name of blob container. NOTE: This property will not be serialized. It can only be populated by the server. |
complete |
Complete restore error message, if any NOTE: This property will not be serialized. It can only be populated by the server. |
current |
File name that is currently being restored. NOTE: This property will not be serialized. It can only be populated by the server. |
file |
File upload blocking errors, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
full |
Details of full backup set. NOTE: This property will not be serialized. It can only be populated by the server. |
invalid |
Files that are not valid backup files. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether full backup has been applied to the target database or not. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last applied backup set information. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last restored file name. NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server. |
pending |
Total pending log backups. NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
Restore blocking reason, if any NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activeBackupSets
Backup sets that are currently active. NOTE: This property will not be serialized. It can only be populated by the server.
activeBackupSets?: SqlBackupSetInfo[]
Property Value
blobContainerName
Name of blob container. NOTE: This property will not be serialized. It can only be populated by the server.
blobContainerName?: string
Property Value
string
completeRestoreErrorMessage
Complete restore error message, if any NOTE: This property will not be serialized. It can only be populated by the server.
completeRestoreErrorMessage?: string
Property Value
string
currentRestoringFilename
File name that is currently being restored. NOTE: This property will not be serialized. It can only be populated by the server.
currentRestoringFilename?: string
Property Value
string
fileUploadBlockingErrors
File upload blocking errors, if any. NOTE: This property will not be serialized. It can only be populated by the server.
fileUploadBlockingErrors?: string[]
Property Value
string[]
fullBackupSetInfo
Details of full backup set. NOTE: This property will not be serialized. It can only be populated by the server.
fullBackupSetInfo?: SqlBackupSetInfo
Property Value
invalidFiles
Files that are not valid backup files. NOTE: This property will not be serialized. It can only be populated by the server.
invalidFiles?: string[]
Property Value
string[]
isFullBackupRestored
Whether full backup has been applied to the target database or not. NOTE: This property will not be serialized. It can only be populated by the server.
isFullBackupRestored?: boolean
Property Value
boolean
lastRestoredBackupSetInfo
Last applied backup set information. NOTE: This property will not be serialized. It can only be populated by the server.
lastRestoredBackupSetInfo?: SqlBackupSetInfo
Property Value
lastRestoredFilename
Last restored file name. NOTE: This property will not be serialized. It can only be populated by the server.
lastRestoredFilename?: string
Property Value
string
migrationState
Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: string
Property Value
string
pendingLogBackupsCount
Total pending log backups. NOTE: This property will not be serialized. It can only be populated by the server.
pendingLogBackupsCount?: number
Property Value
number
restoreBlockingReason
Restore blocking reason, if any NOTE: This property will not be serialized. It can only be populated by the server.
restoreBlockingReason?: string
Property Value
string
Azure SDK for JavaScript