Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrationValidationResult

Package version

Migration Validation Result

Hierarchy

  • MigrationValidationResult

Index

Properties

Optional id

id: undefined | string

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

Optional migrationId

migrationId: undefined | string

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

Optional 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.

Optional summaryResults

summaryResults: undefined | object

Validation summary results for each database

Generated using TypeDoc