MigrationSubstateDetails interface
Details of migration substate.
Properties
| current |
Substate of migration. NOTE: This property will not be serialized. It can only be populated by the server. |
| db |
Dictionary of <DatabaseMigrationState> |
| validation |
Details for the validation for migration. |
Property Details
currentSubState
Substate of migration. NOTE: This property will not be serialized. It can only be populated by the server.
currentSubState?: string
Property Value
string
dbDetails
Dictionary of <DatabaseMigrationState>
dbDetails?: {[propertyName: string]: DatabaseMigrationState}
Property Value
{[propertyName: string]: DatabaseMigrationState}
validationDetails
Details for the validation for migration.
validationDetails?: ValidationDetails