ExecuteDataFlowActivityArgs

data class ExecuteDataFlowActivityArgs(val compute: Output<ExecuteDataFlowActivityTypePropertiesComputeArgs>? = null, val continueOnError: Output<Any>? = null, val dataFlow: Output<DataFlowReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val integrationRuntime: Output<IntegrationRuntimeReferenceArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val runConcurrently: Output<Any>? = null, val sourceStagingConcurrency: Output<Any>? = null, val staging: Output<DataFlowStagingInfoArgs>? = null, val traceLevel: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteDataFlowActivityArgs>

Execute data flow activity.

Constructors

Link copied to clipboard
constructor(compute: Output<ExecuteDataFlowActivityTypePropertiesComputeArgs>? = null, continueOnError: Output<Any>? = null, dataFlow: Output<DataFlowReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, integrationRuntime: Output<IntegrationRuntimeReferenceArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, policy: Output<ActivityPolicyArgs>? = null, runConcurrently: Output<Any>? = null, sourceStagingConcurrency: Output<Any>? = null, staging: Output<DataFlowStagingInfoArgs>? = null, traceLevel: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)

Properties

Link copied to clipboard

Compute properties for data flow activity.

Link copied to clipboard
val continueOnError: Output<Any>? = null

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

Link copied to clipboard

Data flow reference.

Link copied to clipboard
val dependsOn: Output<List<ActivityDependencyArgs>>? = null

Activity depends on condition.

Link copied to clipboard
val description: Output<String>? = null

Activity description.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val name: Output<String>

Activity name.

Link copied to clipboard
val policy: Output<ActivityPolicyArgs>? = null

Activity policy.

Link copied to clipboard
val runConcurrently: Output<Any>? = null

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)

Link copied to clipboard
val sourceStagingConcurrency: Output<Any>? = null

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

Link copied to clipboard
val staging: Output<DataFlowStagingInfoArgs>? = null

Staging info for execute data flow activity.

Link copied to clipboard
val traceLevel: Output<Any>? = null

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

Link copied to clipboard
val type: Output<String>

Type of activity. Expected value is 'ExecuteDataFlow'.

Link copied to clipboard
val userProperties: Output<List<UserPropertyArgs>>? = null

Activity user properties.

Functions

Link copied to clipboard
open override fun toJava(): ExecuteDataFlowActivityArgs