Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecuteDataFlowActivity

Package version

Execute data flow activity.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional compute

Compute properties for data flow activity.

Optional continueOnError

continueOnError: any

Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)

dataflow

Data flow reference.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional integrationRuntime

integrationRuntime: IntegrationRuntimeReference

The integration runtime reference.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional runConcurrently

runConcurrently: any

Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)

Optional sourceStagingConcurrency

sourceStagingConcurrency: any

Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)

Optional staging

Staging info for execute data flow activity.

Optional traceLevel

traceLevel: any

Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)

type

type: "ExecuteDataFlow"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc