Class LinkConnectionCompute

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

public final class LinkConnectionCompute extends Object
The LinkConnectionCompute model.
  • Constructor Details

    • LinkConnectionCompute

      public LinkConnectionCompute()
  • Method Details

    • getCoreCount

      public Integer getCoreCount()
      Get the coreCount property: Compute core count used by the link connection.
      Returns:
      the coreCount value.
    • setCoreCount

      public LinkConnectionCompute setCoreCount(Integer coreCount)
      Set the coreCount property: Compute core count used by the link connection.
      Parameters:
      coreCount - the coreCount value to set.
      Returns:
      the LinkConnectionCompute object itself.
    • getComputeType

      public String getComputeType()
      Get the computeType property: Link connection's compute type.
      Returns:
      the computeType value.
    • setComputeType

      public LinkConnectionCompute setComputeType(String computeType)
      Set the computeType property: Link connection's compute type.
      Parameters:
      computeType - the computeType value to set.
      Returns:
      the LinkConnectionCompute object itself.
    • getDataProcessIntervalMinutes

      public Integer getDataProcessIntervalMinutes()
      Get the dataProcessIntervalMinutes property: Link connection's data process interval in minutes.
      Returns:
      the dataProcessIntervalMinutes value.
    • setDataProcessIntervalMinutes

      public LinkConnectionCompute setDataProcessIntervalMinutes(Integer dataProcessIntervalMinutes)
      Set the dataProcessIntervalMinutes property: Link connection's data process interval in minutes.
      Parameters:
      dataProcessIntervalMinutes - the dataProcessIntervalMinutes value to set.
      Returns:
      the LinkConnectionCompute object itself.