CommandProperties interface

Base class for all types of DMS command properties. If command is not supported by current client, this object is returned.

Properties

commandType

Polymorphic discriminator, which specifies the different types this object can be

errors

Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

state

The state of the command. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

commandType

Polymorphic discriminator, which specifies the different types this object can be

commandType: "Migrate.Sync.Complete.Database" | "Migrate.SqlServer.AzureDbSqlMi.Complete" | "cancel" | "finish" | "restart"

Property Value

"Migrate.Sync.Complete.Database" | "Migrate.SqlServer.AzureDbSqlMi.Complete" | "cancel" | "finish" | "restart"

errors

Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

errors?: ODataError[]

Property Value

state

The state of the command. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string