MongoDbCancelCommand interface  
Properties for the command that cancels a migration in whole or in part
- Extends
Properties
| command | 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: "cancel"Property Value
"cancel"
input
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?: stringProperty Value
string
Inherited From CommandProperties.state