MigrationValidationDatabaseLevelResult interface
Database level validation results
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
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?: DataIntegrityValidationResult
Property Value
endedOn
Validation end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
migrationId
Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server.
migrationId?: string
Property Value
string
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?: QueryAnalysisValidationResult
Property Value
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?: SchemaComparisonValidationResult
Property Value
sourceDatabaseName
Name of the source database NOTE: This property will not be serialized. It can only be populated by the server.
sourceDatabaseName?: string
Property Value
string
startedOn
Validation start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
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?: string
Property Value
string
targetDatabaseName
Name of the target database NOTE: This property will not be serialized. It can only be populated by the server.
targetDatabaseName?: string
Property Value
string
Azure SDK for JavaScript