共用方式為


MigrationValidationResult interface

移轉驗證結果

屬性

id

移轉驗證結果識別碼注意:此屬性不會序列化。 它只能由伺服器填入。

migrationId

移轉識別碼注意:此屬性不會序列化。 它只能由伺服器填入。

status

移轉層級的驗證目前狀態。 資料庫驗證結果狀態的狀態將會在這裡匯總。 注意:此屬性不會序列化。 它只能由伺服器填入。

summaryResults

每個資料庫的驗證摘要結果

屬性詳細資料

id

移轉驗證結果識別碼注意:此屬性不會序列化。 它只能由伺服器填入。

id?: string

屬性值

string

migrationId

移轉識別碼注意:此屬性不會序列化。 它只能由伺服器填入。

migrationId?: string

屬性值

string

status

移轉層級的驗證目前狀態。 資料庫驗證結果狀態的狀態將會在這裡匯總。 注意:此屬性不會序列化。 它只能由伺服器填入。

status?: string

屬性值

string

summaryResults

每個資料庫的驗證摘要結果

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

屬性值

{[propertyName: string]: MigrationValidationDatabaseSummaryResult}