MigrateSqlServerSqlDbTaskOutputTableLevelResponse

data class MigrateSqlServerSqlDbTaskOutputTableLevelResponse(val endedOn: String, val errorPrefix: String, val id: String, val itemsCompletedCount: Double, val itemsCount: Double, val objectName: String, val resultPrefix: String, val resultType: String, val startedOn: String, val state: String, val statusMessage: String)

Constructors

constructor(endedOn: String, errorPrefix: String, id: String, itemsCompletedCount: Double, itemsCount: Double, objectName: String, resultPrefix: String, resultType: String, startedOn: String, state: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Migration end time

Link copied to clipboard

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

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Number of successfully completed items

Link copied to clipboard

Number of items

Link copied to clipboard

Name of the item

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

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration

Link copied to clipboard

Status message