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