MigrationValidationResult interface

Migration Validation Result

Properties

id

Migration validation result identifier NOTE: This property will not be serialized. It can only be populated by the server.

migrationId

Migration Identifier NOTE: This property will not be serialized. It can only be populated by the server.

status

Current status of validation at the migration level. Status from the database validation result status will be aggregated here. Possible values include: 'Default', 'NotStarted', 'Initialized', 'InProgress', 'Completed', 'CompletedWithIssues', 'Stopped', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

summaryResults

Validation summary results for each database

Property Details

id

Migration validation 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

status

Current status of validation at the migration level. Status from the database validation result status will be aggregated here. Possible values include: 'Default', 'NotStarted', 'Initialized', 'InProgress', 'Completed', 'CompletedWithIssues', 'Stopped', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

status?: ValidationStatus

Property Value

summaryResults

Validation summary results for each database

summaryResults?: {[propertyName: string]: MigrationValidationDatabaseSummaryResult}

Property Value

{[propertyName: string]: MigrationValidationDatabaseSummaryResult}