MigrateSqlServerSqlMISyncTaskOutputMigrationLevelResponse

data class MigrateSqlServerSqlMISyncTaskOutputMigrationLevelResponse(val databaseCount: Int, val databaseErrorCount: Int, val endedOn: String, val id: String, val resultType: String, val sourceServerBrandVersion: String, val sourceServerName: String, val sourceServerVersion: String, val startedOn: String, val state: String, val targetServerBrandVersion: String, val targetServerName: String, val targetServerVersion: String)

Constructors

constructor(databaseCount: Int, databaseErrorCount: Int, endedOn: String, id: String, resultType: String, sourceServerBrandVersion: String, sourceServerName: String, sourceServerVersion: String, startedOn: String, state: String, targetServerBrandVersion: String, targetServerName: String, targetServerVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of databases

Link copied to clipboard

Number of database level errors

Link copied to clipboard

Migration end time

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Result type Expected value is 'MigrationLevelOutput'.

Link copied to clipboard

Source server brand version

Link copied to clipboard

Source server name

Link copied to clipboard

Source server version

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Target server brand version

Link copied to clipboard

Target server name

Link copied to clipboard

Target server version