MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult interface         
Output for the task that migrates on-prem SQL Server databases to Azure SQL Database
Properties
| result | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| data | Provides data integrity validation result between the source and target tables that are migrated. NOTE: This property will not be serialized. It can only be populated by the server. | 
| ended | Validation end time NOTE: This property will not be serialized. It can only be populated by the server. | 
| id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. | 
| migration | Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server. | 
| query | Results of some of the query execution result between source and target database NOTE: This property will not be serialized. It can only be populated by the server. | 
| schema | Provides schema comparison result between source and target database NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Name of the source database NOTE: This property will not be serialized. It can only be populated by the server. | 
| started | Validation start time NOTE: This property will not be serialized. It can only be populated by the server. | 
| status | Current status of validation at the database level NOTE: This property will not be serialized. It can only be populated by the server. | 
| target | Name of the target database NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		resultType
	 
	Polymorphic discriminator, which specifies the different types this object can be
resultType: "MigrationDatabaseLevelValidationOutput"Property Value
"MigrationDatabaseLevelValidationOutput"
Inherited Property Details
		dataIntegrityValidationResult
	   
	Provides data integrity validation result between the source and target tables that are migrated. NOTE: This property will not be serialized. It can only be populated by the server.
dataIntegrityValidationResult?: DataIntegrityValidationResultProperty Value
Inherited From MigrationValidationDatabaseLevelResult.dataIntegrityValidationResult
		endedOn
	 
	Validation end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: DateProperty Value
Date
Inherited From MigrationValidationDatabaseLevelResult.endedOn
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From MigrationValidationDatabaseLevelResult.id
		migrationId
	 
	Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server.
migrationId?: stringProperty Value
string
Inherited From MigrationValidationDatabaseLevelResult.migrationId
		queryAnalysisValidationResult
	   
	Results of some of the query execution result between source and target database NOTE: This property will not be serialized. It can only be populated by the server.
queryAnalysisValidationResult?: QueryAnalysisValidationResultProperty Value
Inherited From MigrationValidationDatabaseLevelResult.queryAnalysisValidationResult
		schemaValidationResult
	  
	Provides schema comparison result between source and target database NOTE: This property will not be serialized. It can only be populated by the server.
schemaValidationResult?: SchemaComparisonValidationResultProperty Value
Inherited From MigrationValidationDatabaseLevelResult.schemaValidationResult
		sourceDatabaseName
	  
	Name of the source database NOTE: This property will not be serialized. It can only be populated by the server.
sourceDatabaseName?: stringProperty Value
string
Inherited From MigrationValidationDatabaseLevelResult.sourceDatabaseName
		startedOn
	 
	Validation start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: DateProperty Value
Date
Inherited From MigrationValidationDatabaseLevelResult.startedOn
status
Current status of validation at the database level NOTE: This property will not be serialized. It can only be populated by the server.
status?: stringProperty Value
string
Inherited From MigrationValidationDatabaseLevelResult.status
		targetDatabaseName
	  
	Name of the target database NOTE: This property will not be serialized. It can only be populated by the server.
targetDatabaseName?: stringProperty Value
string
Inherited From MigrationValidationDatabaseLevelResult.targetDatabaseName