MigrationSubstateDetails interface
移行サブステートの詳細。
プロパティ
| current |
移行のサブステート。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| db |
<データベースMigrationState 辞典> |
| validation |
移行の検証の詳細。 |
プロパティの詳細
currentSubState
移行のサブステート。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
currentSubState?: string
プロパティ値
string
dbDetails
<データベースMigrationState 辞典>
dbDetails?: {[propertyName: string]: DatabaseMigrationState}
プロパティ値
{[propertyName: string]: DatabaseMigrationState}