Migrate My Sql Azure Db For My Sql Offline Task Output Migration Level Response
data class MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevelResponse(val databaseSummary: Map<String, DatabaseSummaryResultResponse>, val databases: Map<String, String>? = null, val durationInSeconds: Double, val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val lastStorageUpdate: String, val message: String, val migrationReportResult: MigrationReportResultResponse? = null, val resultType: String, val sourceServerBrandVersion: String, val sourceServerVersion: String, val startedOn: String, val status: String, val statusMessage: String, val targetServerBrandVersion: String, val targetServerVersion: String)
Constructors
Link copied to clipboard
constructor(databaseSummary: Map<String, DatabaseSummaryResultResponse>, databases: Map<String, String>? = null, durationInSeconds: Double, endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, lastStorageUpdate: String, message: String, migrationReportResult: MigrationReportResultResponse? = null, resultType: String, sourceServerBrandVersion: String, sourceServerVersion: String, startedOn: String, status: String, statusMessage: String, targetServerBrandVersion: String, targetServerVersion: String)
Properties
Link copied to clipboard
Summary of database results in the migration
Link copied to clipboard
Duration of task execution in seconds.
Link copied to clipboard
Migration exceptions and warnings.
Link copied to clipboard
Last time the storage was updated
Link copied to clipboard
Migration Report Result, provides unique url for downloading your migration report.
Link copied to clipboard
Result type Expected value is 'MigrationLevelOutput'.
Link copied to clipboard
Source server brand version
Link copied to clipboard
Source server version
Link copied to clipboard
Migration status message
Link copied to clipboard
Target server brand version
Link copied to clipboard
Target server version