MigrateSqlServerSqlMISyncTaskOutputDatabaseLevelResponse

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

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)

Types

Link copied to clipboard
object Companion

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

Database migration end time

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
val id: String

Result identifier

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

Link copied to clipboard

Database migration start time