Package version:

Interface ExecuteDataFlowActivity

Execute data flow activity.

Hierarchy

Properties

Compute properties for data flow activity.

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)

Data flow reference.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

integrationRuntime?: IntegrationRuntimeReference

The integration runtime reference.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

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)

sourceStagingConcurrency?: any

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

Staging info for execute data flow activity.

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: "ExecuteDataFlow"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc