MigrationStatus interface

Migration status.

Properties

currentSubStateDetails

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