MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResultResponse

data class MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResultResponse(val dataIntegrityValidationResult: DataIntegrityValidationResultResponse, val endedOn: String, val id: String, val migrationId: String, val queryAnalysisValidationResult: QueryAnalysisValidationResultResponse, val resultType: String, val schemaValidationResult: SchemaComparisonValidationResultResponse, val sourceDatabaseName: String, val startedOn: String, val status: String, val targetDatabaseName: String)

Database validation result for Sql Server to Azure Sql DB migration.

Constructors

constructor(dataIntegrityValidationResult: DataIntegrityValidationResultResponse, endedOn: String, id: String, migrationId: String, queryAnalysisValidationResult: QueryAnalysisValidationResultResponse, resultType: String, schemaValidationResult: SchemaComparisonValidationResultResponse, sourceDatabaseName: String, startedOn: String, status: String, targetDatabaseName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides data integrity validation result between the source and target tables that are migrated.

Link copied to clipboard

Validation end time

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Migration Identifier

Link copied to clipboard

Results of some of the query execution result between source and target database

Link copied to clipboard

Result type Expected value is 'MigrationDatabaseLevelValidationOutput'.

Link copied to clipboard

Provides schema comparison result between source and target database

Link copied to clipboard

Name of the source database

Link copied to clipboard

Validation start time

Link copied to clipboard

Current status of validation at the database level

Link copied to clipboard

Name of the target database