ExecuteWranglingDataflowActivityArgs

data class ExecuteWranglingDataflowActivityArgs(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 name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val queries: Output<List<PowerQuerySinkMappingArgs>>? = null, val runConcurrently: Output<Any>? = null, val sinks: Output<Map<String, PowerQuerySinkArgs>>? = 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<ExecuteWranglingDataflowActivityArgs>

Execute power query 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, name: Output<String>, policy: Output<ActivityPolicyArgs>? = null, queries: Output<List<PowerQuerySinkMappingArgs>>? = null, runConcurrently: Output<Any>? = null, sinks: Output<Map<String, PowerQuerySinkArgs>>? = 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
val name: Output<String>

Activity name.

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

Activity policy.

Link copied to clipboard
val queries: Output<List<PowerQuerySinkMappingArgs>>? = null

List of mapping for Power Query mashup query to sink dataset(s).

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 sinks: Output<Map<String, PowerQuerySinkArgs>>? = null

(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

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 'ExecuteWranglingDataflow'.

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

Activity user properties.

Functions

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