Class ExecuteDataFlowActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.ExecuteDataFlowActivity
Execute data flow activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ExecuteDataFlowActivity class. -
Method Summary
Modifier and TypeMethodDescriptioncompute()
Get the compute property: Compute properties for data flow activity.Get the continueOnError property: Continue on error setting used for data flow execution.dataFlow()
Get the dataFlow property: Data flow reference.Get the integrationRuntime property: The integration runtime reference.Get the runConcurrently property: Concurrent run setting used for data flow execution.Get the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink.staging()
Get the staging property: Staging info for execute data flow activity.Get the traceLevel property: Trace level setting used for data flow monitoring output.void
validate()
Validates the instance.Set the compute property: Compute properties for data flow activity.withContinueOnError
(Object continueOnError) Set the continueOnError property: Continue on error setting used for data flow execution.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withIntegrationRuntime
(IntegrationRuntimeReference integrationRuntime) Set the integrationRuntime property: The integration runtime reference.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withRunConcurrently
(Object runConcurrently) Set the runConcurrently property: Concurrent run setting used for data flow execution.withSourceStagingConcurrency
(Object sourceStagingConcurrency) Set the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink.withStaging
(DataFlowStagingInfo staging) Set the staging property: Staging info for execute data flow activity.withTraceLevel
(Object traceLevel) Set the traceLevel property: Trace level setting used for data flow monitoring output.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
ExecuteDataFlowActivity
public ExecuteDataFlowActivity()Creates an instance of ExecuteDataFlowActivity class.
-
-
Method Details
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
dataFlow
Get the dataFlow property: Data flow reference.- Returns:
- the dataFlow value.
-
withDataFlow
Set the dataFlow property: Data flow reference.- Parameters:
dataFlow
- the dataFlow value to set.- Returns:
- the ExecuteDataFlowActivity object itself.
-
staging
Get the staging property: Staging info for execute data flow activity.- Returns:
- the staging value.
-
withStaging
Set the staging property: Staging info for execute data flow activity.- Parameters:
staging
- the staging value to set.- Returns:
- the ExecuteDataFlowActivity object itself.
-
integrationRuntime
Get the integrationRuntime property: The integration runtime reference.- Returns:
- the integrationRuntime value.
-
withIntegrationRuntime
public ExecuteDataFlowActivity withIntegrationRuntime(IntegrationRuntimeReference integrationRuntime) Set the integrationRuntime property: The integration runtime reference.- Parameters:
integrationRuntime
- the integrationRuntime value to set.- Returns:
- the ExecuteDataFlowActivity object itself.
-
compute
Get the compute property: Compute properties for data flow activity.- Returns:
- the compute value.
-
withCompute
Set the compute property: Compute properties for data flow activity.- Parameters:
compute
- the compute value to set.- Returns:
- the ExecuteDataFlowActivity object itself.
-
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
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 ExecuteDataFlowActivity object itself.
-
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
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 ExecuteDataFlowActivity object itself.
-
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
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 ExecuteDataFlowActivity object itself.
-
sourceStagingConcurrency
Get the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer).- Returns:
- the sourceStagingConcurrency value.
-
withSourceStagingConcurrency
Set the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer).- Parameters:
sourceStagingConcurrency
- the sourceStagingConcurrency value to set.- Returns:
- the ExecuteDataFlowActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-