MongoDbRestartCommand interface

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

Properties

commandType

Polymorphic Discriminator

errors

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

input

Command input

state

The state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

commandType

Polymorphic Discriminator

commandType: "restart"

Property Value

"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

input

Command input

input?: MongoDbCommandInput

Property Value

state

The state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

state?: CommandState

Property Value