Class ExecuteWranglingDataflowActivity
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.Activity
-
- com.azure.resourcemanager.datafactory.models.ExecuteWranglingDataflowActivity
-
public final class ExecuteWranglingDataflowActivity extends Activity
Execute power query activity.
-
-
Constructor Summary
Constructors Constructor Description ExecuteWranglingDataflowActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteDataFlowActivityTypePropertiesCompute
compute()
Get the compute property: Compute properties for data flow activity.Object
continueOnError()
Get the continueOnError property: Continue on error setting used for data flow execution.DataFlowReference
dataFlow()
Get the dataFlow property: Data flow reference.IntegrationRuntimeReference
integrationRuntime()
Get the integrationRuntime property: The integration runtime reference.ActivityPolicy
policy()
Get the policy property: Activity policy.List<PowerQuerySinkMapping>
queries()
Get the queries property: List of mapping for Power Query mashup query to sink dataset(s).Object
runConcurrently()
Get the runConcurrently property: Concurrent run setting used for data flow execution.Map<String,PowerQuerySink>
sinks()
Get the sinks property: (Deprecated.DataFlowStagingInfo
staging()
Get the staging property: Staging info for execute data flow activity.Object
traceLevel()
Get the traceLevel property: Trace level setting used for data flow monitoring output.void
validate()
Validates the instance.ExecuteWranglingDataflowActivity
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.ExecuteWranglingDataflowActivity
withName(String name)
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
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
-
-
-
Method Detail
-
policy
public ActivityPolicy policy()
Get the policy property: Activity policy.- Returns:
- the policy value.
-
withPolicy
public ExecuteWranglingDataflowActivity withPolicy(ActivityPolicy policy)
Set the policy property: Activity policy.- Parameters:
policy
- the policy value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
withName
public ExecuteWranglingDataflowActivity withName(String name)
Set the name property: Activity name.
-
withDescription
public ExecuteWranglingDataflowActivity withDescription(String description)
Set the description property: Activity description.- Overrides:
withDescription
in classActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
public ExecuteWranglingDataflowActivity withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
public ExecuteWranglingDataflowActivity withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
sinks
public Map<String,PowerQuerySink> sinks()
Get the sinks property: (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.- Returns:
- the sinks value.
-
withSinks
public ExecuteWranglingDataflowActivity withSinks(Map<String,PowerQuerySink> sinks)
Set the sinks property: (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.- Parameters:
sinks
- the sinks value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
queries
public List<PowerQuerySinkMapping> queries()
Get the queries property: List of mapping for Power Query mashup query to sink dataset(s).- Returns:
- the queries value.
-
withQueries
public ExecuteWranglingDataflowActivity withQueries(List<PowerQuerySinkMapping> queries)
Set the queries property: List of mapping for Power Query mashup query to sink dataset(s).- Parameters:
queries
- the queries value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
dataFlow
public DataFlowReference dataFlow()
Get the dataFlow property: Data flow reference.- Returns:
- the dataFlow value.
-
withDataFlow
public ExecuteWranglingDataflowActivity withDataFlow(DataFlowReference dataFlow)
Set the dataFlow property: Data flow reference.- Parameters:
dataFlow
- the dataFlow value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
staging
public DataFlowStagingInfo staging()
Get the staging property: Staging info for execute data flow activity.- Returns:
- the staging value.
-
withStaging
public ExecuteWranglingDataflowActivity withStaging(DataFlowStagingInfo staging)
Set the staging property: Staging info for execute data flow activity.- Parameters:
staging
- the staging value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
integrationRuntime
public IntegrationRuntimeReference integrationRuntime()
Get the integrationRuntime property: The integration runtime reference.- Returns:
- the integrationRuntime value.
-
withIntegrationRuntime
public ExecuteWranglingDataflowActivity withIntegrationRuntime(IntegrationRuntimeReference integrationRuntime)
Set the integrationRuntime property: The integration runtime reference.- Parameters:
integrationRuntime
- the integrationRuntime value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
compute
public ExecuteDataFlowActivityTypePropertiesCompute compute()
Get the compute property: Compute properties for data flow activity.- Returns:
- the compute value.
-
withCompute
public ExecuteWranglingDataflowActivity withCompute(ExecuteDataFlowActivityTypePropertiesCompute compute)
Set the compute property: Compute properties for data flow activity.- Parameters:
compute
- the compute value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
traceLevel
public Object traceLevel()
Get the traceLevel property: Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string).- Returns:
- the traceLevel value.
-
withTraceLevel
public ExecuteWranglingDataflowActivity withTraceLevel(Object traceLevel)
Set the traceLevel property: Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string).- Parameters:
traceLevel
- the traceLevel value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
continueOnError
public Object continueOnError()
Get the continueOnError property: Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean).- Returns:
- the continueOnError value.
-
withContinueOnError
public ExecuteWranglingDataflowActivity withContinueOnError(Object continueOnError)
Set the continueOnError property: Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean).- Parameters:
continueOnError
- the continueOnError value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
runConcurrently
public Object runConcurrently()
Get the runConcurrently property: 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).- Returns:
- the runConcurrently value.
-
withRunConcurrently
public ExecuteWranglingDataflowActivity withRunConcurrently(Object runConcurrently)
Set the runConcurrently property: 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).- Parameters:
runConcurrently
- the runConcurrently value to set.- Returns:
- the ExecuteWranglingDataflowActivity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-