Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrationValidationDatabaseSummaryResult

Package version

Migration Validation Database level summary result

Hierarchy

  • MigrationValidationDatabaseSummaryResult

Index

Properties

Optional endedOn

endedOn: Date

Validation end time NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

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 sourceDatabaseName

sourceDatabaseName: undefined | string

Name of the source database NOTE: This property will not be serialized. It can only be populated by the server.

Optional startedOn

startedOn: Date

Validation start time NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

Current status of validation at the database level. 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 targetDatabaseName

targetDatabaseName: undefined | string

Name of the target database NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc