ExecuteDataFlowActivityTypeProperties interface

Execute data flow activity properties.

Properties

compute

Compute properties for data flow activity.

continueOnError

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.

integrationRuntime

The integration runtime reference.

runConcurrently

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

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

staging

Staging info for execute data flow activity.

traceLevel

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

Property Details

compute

Compute properties for data flow activity.

compute?: ExecuteDataFlowActivityTypePropertiesCompute

Property Value

continueOnError

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

continueOnError?: any

Property Value

any

dataFlow

Data flow reference.

dataFlow: DataFlowReference

Property Value

integrationRuntime

The integration runtime reference.

integrationRuntime?: IntegrationRuntimeReference

Property Value

runConcurrently

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)

runConcurrently?: any

Property Value

any

sourceStagingConcurrency

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

sourceStagingConcurrency?: any

Property Value

any

staging

Staging info for execute data flow activity.

staging?: DataFlowStagingInfo

Property Value

traceLevel

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

traceLevel?: any

Property Value

any