MigrationStatus interface
State of migration.
Properties
| current |
Current migration sub state details. NOTE: This property will not be serialized. It can only be populated by the server. |
| error | Error message, if any, for the migration state. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | State of migration. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentSubStateDetails
Current migration sub state details. NOTE: This property will not be serialized. It can only be populated by the server.
currentSubStateDetails?: MigrationSubstateDetails
Property Value
error
Error message, if any, for the migration state. NOTE: This property will not be serialized. It can only be populated by the server.
error?: string
Property Value
string
state
State of migration. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string