Class DynamicExecutorAllocation

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

public final class DynamicExecutorAllocation extends Object
Dynamic Executor Allocation Properties.
  • Constructor Details

    • DynamicExecutorAllocation

      public DynamicExecutorAllocation()
  • Method Details

    • isEnabled

      public Boolean isEnabled()
      Get the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.
      Returns:
      the enabled value.
    • setEnabled

      public DynamicExecutorAllocation setEnabled(Boolean enabled)
      Set the enabled property: Indicates whether Dynamic Executor Allocation is enabled or not.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DynamicExecutorAllocation object itself.