MigrateSqlServerSqlMITaskOutputDatabaseLevel interface       
Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance.
- Extends
Properties
| database | Name of the database NOTE: This property will not be serialized. It can only be populated by the server. | 
| ended | Migration end time NOTE: This property will not be serialized. It can only be populated by the server. | 
| exceptions | Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server. | 
| message | Migration progress message NOTE: This property will not be serialized. It can only be populated by the server. | 
| result | Polymorphic discriminator, which specifies the different types this object can be | 
| sizeMB | Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server. | 
| stage | Current stage of migration NOTE: This property will not be serialized. It can only be populated by the server. | 
| started | Migration start time NOTE: This property will not be serialized. It can only be populated by the server. | 
| state | Current state of migration NOTE: This property will not be serialized. It can only be populated by the server. | 
Inherited Properties
| id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		databaseName
	 
	Name of the database NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: stringProperty Value
string
		endedOn
	 
	Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: DateProperty Value
Date
		exceptionsAndWarnings
	  
	Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]Property Value
message
Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.
message?: stringProperty Value
string
		resultType
	 
	Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"Property Value
"DatabaseLevelOutput"
sizeMB
Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server.
sizeMB?: numberProperty Value
number
stage
Current stage of migration NOTE: This property will not be serialized. It can only be populated by the server.
stage?: stringProperty Value
string
		startedOn
	 
	Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: DateProperty Value
Date
state
Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.
state?: stringProperty Value
string
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From MigrateSqlServerSqlMITaskOutput.id