Uses of Class
com.azure.resourcemanager.datafactory.models.ExecuteDataFlowActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExecuteDataFlowActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteDataFlowActivity.withCompute
(ExecuteDataFlowActivityTypePropertiesCompute compute) Set the compute property: Compute properties for data flow activity.ExecuteDataFlowActivity.withContinueOnError
(Object continueOnError) Set the continueOnError property: Continue on error setting used for data flow execution.ExecuteDataFlowActivity.withDataFlow
(DataFlowReference dataFlow) Set the dataFlow property: Data flow reference.ExecuteDataFlowActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ExecuteDataFlowActivity.withDescription
(String description) Set the description property: Activity description.ExecuteDataFlowActivity.withIntegrationRuntime
(IntegrationRuntimeReference integrationRuntime) Set the integrationRuntime property: The integration runtime reference.ExecuteDataFlowActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.ExecuteDataFlowActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.ExecuteDataFlowActivity.withRunConcurrently
(Object runConcurrently) Set the runConcurrently property: Concurrent run setting used for data flow execution.ExecuteDataFlowActivity.withSourceStagingConcurrency
(Object sourceStagingConcurrency) Set the sourceStagingConcurrency property: Specify number of parallel staging for sources applicable to the sink.ExecuteDataFlowActivity.withStaging
(DataFlowStagingInfo staging) Set the staging property: Staging info for execute data flow activity.ExecuteDataFlowActivity.withTraceLevel
(Object traceLevel) Set the traceLevel property: Trace level setting used for data flow monitoring output.ExecuteDataFlowActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.