MigrationSubStateDetails interface

Migration sub state details.

Properties

currentSubState

Migration sub state. NOTE: This property will not be serialized. It can only be populated by the server.

dbDetails

Dictionary of

validationDetails

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

Property Value