Execute Wrangling Dataflow Activity Args
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 onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, 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 state: Output<Either<String, ActivityState>>? = 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
fun ExecuteWranglingDataflowActivityArgs(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>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, 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, state: Output<Either<String, ActivityState>>? = null, traceLevel: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard