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
fun MigrateSqlServerSqlMISyncTaskOutputDatabaseLevelResponse(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)