MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel interface        
Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance using Log Replay Service.
Properties
| active | Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server. | 
| container | Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server. | 
| ended | Database migration end time NOTE: This property will not be serialized. It can only be populated by the server. | 
| error | prefix string to use for querying errors for this database 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. | 
| full | Details of full backup set NOTE: This property will not be serialized. It can only be populated by the server. | 
| is | Whether full backup has been applied to the target database or not NOTE: This property will not be serialized. It can only be populated by the server. | 
| last | Last applied backup set information NOTE: This property will not be serialized. It can only be populated by the server. | 
| migration | Current state of database 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 | 
| source | Name of the database NOTE: This property will not be serialized. It can only be populated by the server. | 
| started | Database migration start time 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
		activeBackupSets
	  
	Backup sets that are currently active (Either being uploaded or getting restored) NOTE: This property will not be serialized. It can only be populated by the server.
activeBackupSets?: BackupSetInfo[]Property Value
		containerName
	 
	Name of container created in the Azure Storage account where backups are copied to NOTE: This property will not be serialized. It can only be populated by the server.
containerName?: stringProperty Value
string
		endedOn
	 
	Database migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: DateProperty Value
Date
		errorPrefix
	 
	prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.
errorPrefix?: stringProperty Value
string
		exceptionsAndWarnings
	  
	Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]Property Value
		fullBackupSetInfo
	   
	Details of full backup set NOTE: This property will not be serialized. It can only be populated by the server.
fullBackupSetInfo?: BackupSetInfoProperty Value
		isFullBackupRestored
	   
	Whether full backup has been applied to the target database or not NOTE: This property will not be serialized. It can only be populated by the server.
isFullBackupRestored?: booleanProperty Value
boolean
		lastRestoredBackupSetInfo
	    
	Last applied backup set information NOTE: This property will not be serialized. It can only be populated by the server.
lastRestoredBackupSetInfo?: BackupSetInfoProperty Value
		migrationState
	 
	Current state of database NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: stringProperty Value
string
		resultType
	 
	Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"Property Value
"DatabaseLevelOutput"
		sourceDatabaseName
	  
	Name of the database NOTE: This property will not be serialized. It can only be populated by the server.
sourceDatabaseName?: stringProperty Value
string
		startedOn
	 
	Database migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: DateProperty Value
Date
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 MigrateSqlServerSqlMISyncTaskOutput.id