Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandProperties

Package version

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

Hierarchy

  • CommandProperties

Index

Properties

Properties

commandType

commandType: "CommandProperties"

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