MigrationSubStateDetails interface
移轉子狀態詳細數據。
屬性
| current |
移轉子狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| db |
DbMigrationStatus 字 <典> |
| validation |
移轉驗證的詳細數據 |
屬性詳細資料
currentSubState
移轉子狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
currentSubState?: string
屬性值
string
dbDetails
DbMigrationStatus 字 <典>
dbDetails?: {[propertyName: string]: DbMigrationStatus}
屬性值
{[propertyName: string]: DbMigrationStatus}