Class ExecuteDataFlowActivityTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ExecuteDataFlowActivityTypeProperties
Direct Known Subclasses:
ExecutePowerQueryActivityTypeProperties

public class ExecuteDataFlowActivityTypeProperties extends Object
Execute data flow activity properties.
  • Constructor Details

    • ExecuteDataFlowActivityTypeProperties

      public ExecuteDataFlowActivityTypeProperties()
  • Method Details

    • dataFlow

      public DataFlowReference 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 ExecuteDataFlowActivityTypeProperties object itself.
    • staging

      public DataFlowStagingInfo 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 ExecuteDataFlowActivityTypeProperties object itself.
    • integrationRuntime

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

      public ExecuteDataFlowActivityTypeProperties withIntegrationRuntime(IntegrationRuntimeReference integrationRuntime)
      Set the integrationRuntime property: The integration runtime reference.
      Parameters:
      integrationRuntime - the integrationRuntime value to set.
      Returns:
      the ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties 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 ExecuteDataFlowActivityTypeProperties object itself.
    • sourceStagingConcurrency

      public Object 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

      public ExecuteDataFlowActivityTypeProperties withSourceStagingConcurrency(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 ExecuteDataFlowActivityTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.