共用方式為


MigrationSubstateDetails interface

遷移子狀態的詳細資訊。

屬性

currentSubState

遷移的子狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dbDetails

資料庫遷移州字典<>

validationDetails

遷移驗證的詳細資訊。

屬性詳細資料

currentSubState

遷移的子狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentSubState?: string

屬性值

string

dbDetails

資料庫遷移州字典<>

dbDetails?: {[propertyName: string]: DatabaseMigrationState}

屬性值

{[propertyName: string]: DatabaseMigrationState}

validationDetails

遷移驗證的詳細資訊。

validationDetails?: ValidationDetails

屬性值