Uses of Class
com.azure.resourcemanager.datafactory.models.ExecuteWranglingDataflowActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExecuteWranglingDataflowActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteWranglingDataflowActivity.withCompute
(ExecuteDataFlowActivityTypePropertiesCompute compute) Set the compute property: Compute properties for data flow activity.ExecuteWranglingDataflowActivity.withContinueOnError
(Object continueOnError) Set the continueOnError property: Continue on error setting used for data flow execution.ExecuteWranglingDataflowActivity.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.ExecuteWranglingDataflowActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ExecuteWranglingDataflowActivity.withDescription
(String description) Set the description property: Activity description.ExecuteWranglingDataflowActivity.withIntegrationRuntime
(IntegrationRuntimeReference integrationRuntime) Set the integrationRuntime property: The integration runtime reference.Set the name property: Activity name.ExecuteWranglingDataflowActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.ExecuteWranglingDataflowActivity.withQueries
(List<PowerQuerySinkMapping> queries) Set the queries property: List of mapping for Power Query mashup query to sink dataset(s).ExecuteWranglingDataflowActivity.withRunConcurrently
(Object runConcurrently) Set the runConcurrently property: Concurrent run setting used for data flow execution.ExecuteWranglingDataflowActivity.withSinks
(Map<String, PowerQuerySink> sinks) Set the sinks property: (Deprecated.ExecuteWranglingDataflowActivity.withSourceStagingConcurrency
(Object sourceStagingConcurrency) Set the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink.ExecuteWranglingDataflowActivity.withStaging
(DataFlowStagingInfo staging) Set the staging property: Staging info for execute data flow activity.ExecuteWranglingDataflowActivity.withTraceLevel
(Object traceLevel) Set the traceLevel property: Trace level setting used for data flow monitoring output.ExecuteWranglingDataflowActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.