MongoDbRestartCommand interface

Properties for the command that restarts a migration in whole or in part

Extends

Properties

commandType

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

input

Command input

Inherited Properties

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: "restart"

Property Value

"restart"

input

Command input

input?: MongoDbCommandInput

Property Value

Inherited Property Details

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

Inherited From CommandProperties.errors

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

Inherited From CommandProperties.state