Package version:

Interface AzureDataExplorerCommandActivity

Azure Data Explorer command activity.

Hierarchy

Properties

command: any

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

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]))..)

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

type: "AzureDataExplorerCommand"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc