MigrationSubStateDetails interface
Migration sub state details.
Properties
current |
Migration sub state. NOTE: This property will not be serialized. It can only be populated by the server. |
db |
Dictionary of |
validation |
Details for the validation for migration |
Property Details
currentSubState
Migration sub state. NOTE: This property will not be serialized. It can only be populated by the server.
currentSubState?: string
Property Value
string
dbDetails
Dictionary of
dbDetails?: {[propertyName: string]: DbMigrationStatus}
Property Value
{[propertyName: string]: DbMigrationStatus}
validationDetails
Details for the validation for migration
validationDetails?: ValidationDetails