Class DataFlowComputeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DataFlowComputeType>
com.azure.analytics.synapse.artifacts.models.DataFlowComputeType

public final class DataFlowComputeType extends com.azure.core.util.ExpandableStringEnum<DataFlowComputeType>
Compute type of the cluster which will execute data flow job.
  • Field Details

    • GENERAL

      public static final DataFlowComputeType GENERAL
      Static value General for DataFlowComputeType.
    • MEMORY_OPTIMIZED

      public static final DataFlowComputeType MEMORY_OPTIMIZED
      Static value MemoryOptimized for DataFlowComputeType.
    • COMPUTE_OPTIMIZED

      public static final DataFlowComputeType COMPUTE_OPTIMIZED
      Static value ComputeOptimized for DataFlowComputeType.
  • Constructor Details

    • DataFlowComputeType

      public DataFlowComputeType()
  • Method Details

    • fromString

      public static DataFlowComputeType fromString(String name)
      Creates or finds a DataFlowComputeType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DataFlowComputeType.
    • values

      public static Collection<DataFlowComputeType> values()
      Gets known DataFlowComputeType values.
      Returns:
      known DataFlowComputeType values.