Migrate Sql Server Sql MISync Task Output Database Level Response
data class MigrateSqlServerSqlMISyncTaskOutputDatabaseLevelResponse(val activeBackupSets: List<BackupSetInfoResponse>, val containerName: String, val endedOn: String, val errorPrefix: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val fullBackupSetInfo: BackupSetInfoResponse, val id: String, val isFullBackupRestored: Boolean, val lastRestoredBackupSetInfo: BackupSetInfoResponse, val migrationState: String, val resultType: String, val sourceDatabaseName: String, val startedOn: String)
Constructors
Link copied to clipboard
constructor(activeBackupSets: List<BackupSetInfoResponse>, containerName: String, endedOn: String, errorPrefix: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, fullBackupSetInfo: BackupSetInfoResponse, id: String, isFullBackupRestored: Boolean, lastRestoredBackupSetInfo: BackupSetInfoResponse, migrationState: String, resultType: String, sourceDatabaseName: String, startedOn: String)
Properties
Link copied to clipboard
Backup sets that are currently active (Either being uploaded or getting restored)
Link copied to clipboard
Name of container created in the Azure Storage account where backups are copied to
Link copied to clipboard
prefix string to use for querying errors for this database
Link copied to clipboard
Migration exceptions and warnings
Link copied to clipboard
Details of full backup set
Link copied to clipboard
Whether full backup has been applied to the target database or not
Link copied to clipboard
Last applied backup set information
Link copied to clipboard
Current state of database
Link copied to clipboard
Result type Expected value is 'DatabaseLevelOutput'.
Link copied to clipboard
Name of the database