Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbCancelCommand

Package version

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

Hierarchy

  • MongoDbCancelCommand

Index

Properties

commandType

commandType: "cancel"

Polymorphic Discriminator

Optional errors

errors: ODataError[]

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

Optional input

Command input

Optional 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.

Generated using TypeDoc