MigrateSqlServerSqlMITaskOutputDatabaseLevelResponse

data class MigrateSqlServerSqlMITaskOutputDatabaseLevelResponse(val databaseName: String, val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val message: String, val resultType: String, val sizeMB: Double, val stage: String, val startedOn: String, val state: String)

Constructors

constructor(databaseName: String, endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, message: String, resultType: String, sizeMB: Double, stage: String, startedOn: String, state: 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

Migration exceptions and warnings

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Migration progress message

Link copied to clipboard

Result type Expected value is 'DatabaseLevelOutput'.

Link copied to clipboard

Size of the database in megabytes

Link copied to clipboard

Current stage of migration

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration