MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel interface

An interface representing MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.

Properties

activeBackupSets

Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server.

containerName

Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server.

endedOn

Database migration end time NOTE: This property will not be serialized. It can only be populated by the server.

errorPrefix

prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.

exceptionsAndWarnings

Migration exceptions and warnings 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.

id

Result identifier 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.

migrationState

Current state of database. Possible values include: 'UNDEFINED', 'INITIAL', 'FULL_BACKUP_UPLOAD_START', 'LOG_SHIPPING_START', 'UPLOAD_LOG_FILES_START', 'CUTOVER_START', 'POST_CUTOVER_COMPLETE', 'COMPLETED', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.

resultType

Polymorphic Discriminator

sourceDatabaseName

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

startedOn

Database migration start time NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

activeBackupSets

Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server.

activeBackupSets?: BackupSetInfo[]

Property Value

containerName

Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server.

containerName?: string

Property Value

string

endedOn

Database migration end time NOTE: This property will not be serialized. It can only be populated by the server.

endedOn?: Date

Property Value

Date

errorPrefix

prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.

errorPrefix?: string

Property Value

string

exceptionsAndWarnings

Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server.

exceptionsAndWarnings?: ReportableException[]

Property Value

fullBackupSetInfo

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

fullBackupSetInfo?: BackupSetInfo

Property Value

id

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

id?: 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?: BackupSetInfo

Property Value

migrationState

Current state of database. Possible values include: 'UNDEFINED', 'INITIAL', 'FULL_BACKUP_UPLOAD_START', 'LOG_SHIPPING_START', 'UPLOAD_LOG_FILES_START', 'CUTOVER_START', 'POST_CUTOVER_COMPLETE', 'COMPLETED', 'CANCELLED', 'FAILED' NOTE: This property will not be serialized. It can only be populated by the server.

migrationState?: DatabaseMigrationState

Property Value

resultType

Polymorphic Discriminator

resultType: "DatabaseLevelOutput"

Property Value

"DatabaseLevelOutput"

sourceDatabaseName

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

sourceDatabaseName?: string

Property Value

string

startedOn

Database migration start time NOTE: This property will not be serialized. It can only be populated by the server.

startedOn?: Date

Property Value

Date