MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevelResponse

data class MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevelResponse(val databaseName: String, val endedOn: String, val errorCount: Double, val errorPrefix: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val lastStorageUpdate: String, val message: String, val numberOfObjects: Double, val numberOfObjectsCompleted: Double, val objectSummary: Map<String, DataItemMigrationSummaryResultResponse>, val resultPrefix: String, val resultType: String, val stage: String, val startedOn: String, val state: String, val statusMessage: String)

Constructors

constructor(databaseName: String, endedOn: String, errorCount: Double, errorPrefix: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, lastStorageUpdate: String, message: String, numberOfObjects: Double, numberOfObjectsCompleted: Double, objectSummary: Map<String, DataItemMigrationSummaryResultResponse>, resultPrefix: String, resultType: String, stage: String, startedOn: String, state: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the database

Link copied to clipboard

Migration end time

Link copied to clipboard

Number of database/object errors.

Link copied to clipboard

Wildcard string prefix to use for querying all errors of the item

Link copied to clipboard

Migration exceptions and warnings.

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Last time the storage was updated

Link copied to clipboard

Migration progress message

Link copied to clipboard

Number of objects

Link copied to clipboard

Number of successfully completed objects

Link copied to clipboard

Summary of object results in the migration

Link copied to clipboard

Wildcard string prefix to use for querying all sub-tem results of the item

Link copied to clipboard

Result type Expected value is 'DatabaseLevelOutput'.

Link copied to clipboard

Migration stage that this database is in

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Status message