SqlDbMigrationStatusDetails interface   
Detailed status of current Sql Db migration.
Properties
| list | Details on progress of ADF copy activities. NOTE: This property will not be serialized. It can only be populated by the server. | 
| migration | Current State of Migration. NOTE: This property will not be serialized. It can only be populated by the server. | 
| sql | 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?: stringProperty 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[]