Class IntegrationRuntimeDataFlowProperties

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

public final class IntegrationRuntimeDataFlowProperties extends Object
Data flow properties for managed integration runtime.
  • Constructor Details

    • IntegrationRuntimeDataFlowProperties

      public IntegrationRuntimeDataFlowProperties()
  • 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

      public IntegrationRuntimeDataFlowProperties setComputeType(DataFlowComputeType computeType)
      Set the computeType property: Compute type of the cluster which will execute data flow job.
      Parameters:
      computeType - the computeType value to set.
      Returns:
      the IntegrationRuntimeDataFlowProperties 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 IntegrationRuntimeDataFlowProperties 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 IntegrationRuntimeDataFlowProperties object itself.
    • getTimeToLive

      public Integer getTimeToLive()
      Get the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.
      Returns:
      the timeToLive value.
    • setTimeToLive

      public IntegrationRuntimeDataFlowProperties setTimeToLive(Integer timeToLive)
      Set the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.
      Parameters:
      timeToLive - the timeToLive value to set.
      Returns:
      the IntegrationRuntimeDataFlowProperties object itself.
    • isCleanup

      public Boolean isCleanup()
      Get the cleanup property: Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
      Returns:
      the cleanup value.
    • setCleanup

      public IntegrationRuntimeDataFlowProperties setCleanup(Boolean cleanup)
      Set the cleanup property: Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.
      Parameters:
      cleanup - the cleanup value to set.
      Returns:
      the IntegrationRuntimeDataFlowProperties object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Data flow properties for managed integration runtime.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public IntegrationRuntimeDataFlowProperties setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Data flow properties for managed integration runtime.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the IntegrationRuntimeDataFlowProperties object itself.