Package version:

Interface ExecuteDataFlowActivityTypeProperties

Execute data flow activity properties.

interface ExecuteDataFlowActivityTypeProperties {
    compute?: ExecuteDataFlowActivityTypePropertiesCompute;
    continuationSettings?: ContinuationSettingsReference;
    continueOnError?: any;
    dataFlow: DataFlowReference;
    integrationRuntime?: IntegrationRuntimeReference;
    runConcurrently?: any;
    sourceStagingConcurrency?: any;
    staging?: DataFlowStagingInfo;
    traceLevel?: any;
}

Hierarchy (view full)

Properties

Compute properties for data flow activity.

continuationSettings?: ContinuationSettingsReference

Continuation settings for execute 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.

integrationRuntime?: IntegrationRuntimeReference

The integration runtime reference.

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)