Class ExecuteDataFlowActivityTypePropertiesCompute

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ExecuteDataFlowActivityTypePropertiesCompute

public final class ExecuteDataFlowActivityTypePropertiesCompute extends Object
Compute properties for data flow activity.
  • Constructor Details

    • ExecuteDataFlowActivityTypePropertiesCompute

      public ExecuteDataFlowActivityTypePropertiesCompute()
  • Method Details

    • getComputeType

      public DataFlowComputeType getComputeType()
      Get the computeType property: Compute type of the cluster which will execute data flow job.
      Returns:
      the computeType value.
    • setComputeType

      Set the computeType property: Compute type of the cluster which will execute data flow job.
      Parameters:
      computeType - the computeType value to set.
      Returns:
      the ExecuteDataFlowActivityTypePropertiesCompute object itself.
    • getCoreCount

      public Integer getCoreCount()
      Get the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
      Returns:
      the coreCount value.
    • setCoreCount

      public ExecuteDataFlowActivityTypePropertiesCompute setCoreCount(Integer coreCount)
      Set the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
      Parameters:
      coreCount - the coreCount value to set.
      Returns:
      the ExecuteDataFlowActivityTypePropertiesCompute object itself.