Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDataExplorerCommandActivity

Package version

Azure Data Explorer command activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

command

command: any

A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).

Optional commandTimeout

commandTimeout: any

Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

type

type: "AzureDataExplorerCommand"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc