ExecuteDataFlowActivityTypeProperties Class

Execute data flow activity properties.

All required parameters must be populated in order to send to Azure.

Inheritance
ExecuteDataFlowActivityTypeProperties

Constructor

ExecuteDataFlowActivityTypeProperties(*, data_flow: _models.DataFlowReference, staging: Optional[_models.DataFlowStagingInfo] = None, integration_runtime: Optional[_models.IntegrationRuntimeReference] = None, compute: Optional[_models.ExecuteDataFlowActivityTypePropertiesCompute] = None, trace_level: Optional[Any] = None, continue_on_error: Optional[Any] = None, run_concurrently: Optional[Any] = None, source_staging_concurrency: Optional[Any] = None, **kwargs)

Variables

data_flow
DataFlowReference

Required. Data flow reference.

staging
DataFlowStagingInfo

Staging info for execute data flow activity.

integration_runtime
IntegrationRuntimeReference

The integration runtime reference.

compute
ExecuteDataFlowActivityTypePropertiesCompute

Compute properties for data flow activity.

trace_level
any

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

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

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

source_staging_concurrency
any

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