Class ExecuteDataFlowActivity


public class ExecuteDataFlowActivity extends ExecutionActivity
Execute data flow activity.
  • Constructor Details

    • ExecuteDataFlowActivity

      public ExecuteDataFlowActivity()
  • Method Details

    • getDataflow

      public DataFlowReference getDataflow()
      Get the dataflow property: Data flow reference.
      Returns:
      the dataflow value.
    • setDataflow

      public ExecuteDataFlowActivity setDataflow(DataFlowReference dataflow)
      Set the dataflow property: Data flow reference.
      Parameters:
      dataflow - the dataflow value to set.
      Returns:
      the ExecuteDataFlowActivity object itself.
    • getStaging

      public DataFlowStagingInfo getStaging()
      Get the staging property: Staging info for execute data flow activity.
      Returns:
      the staging value.
    • setStaging

      public ExecuteDataFlowActivity setStaging(DataFlowStagingInfo staging)
      Set the staging property: Staging info for execute data flow activity.
      Parameters:
      staging - the staging value to set.
      Returns:
      the ExecuteDataFlowActivity object itself.
    • getIntegrationRuntime

      public IntegrationRuntimeReference getIntegrationRuntime()
      Get the integrationRuntime property: The integration runtime reference.
      Returns:
      the integrationRuntime value.
    • setIntegrationRuntime

      public ExecuteDataFlowActivity setIntegrationRuntime(IntegrationRuntimeReference integrationRuntime)
      Set the integrationRuntime property: The integration runtime reference.
      Parameters:
      integrationRuntime - the integrationRuntime value to set.
      Returns:
      the ExecuteDataFlowActivity object itself.
    • getCompute

      Get the compute property: Compute properties for data flow activity.
      Returns:
      the compute value.
    • setCompute

      Set the compute property: Compute properties for data flow activity.
      Parameters:
      compute - the compute value to set.
      Returns:
      the ExecuteDataFlowActivity object itself.
    • getTraceLevel

      public Object getTraceLevel()
      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.
    • setTraceLevel

      public ExecuteDataFlowActivity setTraceLevel(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 ExecuteDataFlowActivity object itself.
    • getContinueOnError

      public Object getContinueOnError()
      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.
    • setContinueOnError

      public ExecuteDataFlowActivity setContinueOnError(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 ExecuteDataFlowActivity object itself.
    • getRunConcurrently

      public Object getRunConcurrently()
      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.
    • setRunConcurrently

      public ExecuteDataFlowActivity setRunConcurrently(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 ExecuteDataFlowActivity object itself.
    • getSourceStagingConcurrency

      public Object getSourceStagingConcurrency()
      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.
    • setSourceStagingConcurrency

      public ExecuteDataFlowActivity setSourceStagingConcurrency(Object sourceStagingConcurrency)
      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.
    • setLinkedServiceName

      public ExecuteDataFlowActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      public ExecuteDataFlowActivity setPolicy(ActivityPolicy policy)
      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      public ExecuteDataFlowActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public ExecuteDataFlowActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public ExecuteDataFlowActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public ExecuteDataFlowActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.