MigrationValidationResult interface
移轉驗證結果
屬性
| id | 移轉驗證結果識別碼 附註: 此屬性將不會序列化。 它只能由伺服器填入。 |
| migration |
移轉識別碼 注意:此屬性將不會序列化。 它只能由伺服器填入。 |
| status | 移轉層級的目前驗證狀態。 資料庫驗證結果狀態的狀態將彙總到此處。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| summary |
每一個資料庫的驗證摘要結果 |
屬性詳細資料
id
移轉驗證結果識別碼 附註: 此屬性將不會序列化。 它只能由伺服器填入。
id?: string
屬性值
string
migrationId
移轉識別碼 注意:此屬性將不會序列化。 它只能由伺服器填入。
migrationId?: string
屬性值
string
status
移轉層級的目前驗證狀態。 資料庫驗證結果狀態的狀態將彙總到此處。 注意:這個屬性不會串行化。 它只能由伺服器填入。
status?: string
屬性值
string
summaryResults
每一個資料庫的驗證摘要結果
summaryResults?: {[propertyName: string]: MigrationValidationDatabaseSummaryResult}
屬性值
{[propertyName: string]: MigrationValidationDatabaseSummaryResult}