Share via


SqlDbMigrationStatusDetails interface

Detailed status of current Sql Db migration.

Properties

listOfCopyProgressDetails

Details on progress of ADF copy activities. NOTE: This property will not be serialized. It can only be populated by the server.

migrationState

Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server.

sqlDataCopyErrors

Sql Data Copy errors, if any. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

listOfCopyProgressDetails

Details on progress of ADF copy activities. NOTE: This property will not be serialized. It can only be populated by the server.

listOfCopyProgressDetails?: CopyProgressDetails[]

Property Value

migrationState

Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server.

migrationState?: string

Property Value

string

sqlDataCopyErrors

Sql Data Copy errors, if any. NOTE: This property will not be serialized. It can only be populated by the server.

sqlDataCopyErrors?: string[]

Property Value

string[]