MigrationStatusDetails interface

Detailed status of current migration.

Properties

activeBackupSets

Backup sets that are currently active. NOTE: This property will not be serialized. It can only be populated by the server.

blobContainerName

Name of blob container. NOTE: This property will not be serialized. It can only be populated by the server.

completeRestoreErrorMessage

Complete restore error message, if any NOTE: This property will not be serialized. It can only be populated by the server.

currentRestoringFilename

File name that is currently being restored. NOTE: This property will not be serialized. It can only be populated by the server.

fileUploadBlockingErrors

File upload blocking errors, if any. NOTE: This property will not be serialized. It can only be populated by the server.

fullBackupSetInfo

Details of full backup set. NOTE: This property will not be serialized. It can only be populated by the server.

invalidFiles

Files that are not valid backup files. NOTE: This property will not be serialized. It can only be populated by the server.

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.

lastRestoredBackupSetInfo

Last applied backup set information. NOTE: This property will not be serialized. It can only be populated by the server.

lastRestoredFilename

Last restored file name. NOTE: This property will not be serialized. It can only be populated by the server.

migrationState

Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server.

pendingLogBackupsCount

Total pending log backups. NOTE: This property will not be serialized. It can only be populated by the server.

restoreBlockingReason

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