MigrateSsisTaskOutputMigrationLevelResponse

data class MigrateSsisTaskOutputMigrationLevelResponse(val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val message: String, val resultType: String, val sourceServerBrandVersion: String, val sourceServerVersion: String, val stage: String, val startedOn: String, val status: String, val targetServerBrandVersion: String, val targetServerVersion: String)

Constructors

constructor(endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, message: String, resultType: String, sourceServerBrandVersion: String, sourceServerVersion: String, stage: String, startedOn: String, status: String, targetServerBrandVersion: String, targetServerVersion: String)

Types

Link copied to clipboard
object Companion

Properties

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 'MigrationLevelOutput'.

Link copied to clipboard

Source server brand version

Link copied to clipboard

Source server version

Link copied to clipboard

Stage of SSIS migration.

Link copied to clipboard

Migration start time

Link copied to clipboard

Current status of migration

Link copied to clipboard

Target server brand version

Link copied to clipboard

Target server version