Class TeradataPartitionSettings

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

public final class TeradataPartitionSettings extends Object
The settings that will be leveraged for teradata source partitioning.
  • Constructor Details

    • TeradataPartitionSettings

      public TeradataPartitionSettings()
  • Method Details

    • getPartitionColumnName

      public Object getPartitionColumnName()
      Get the partitionColumnName property: The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
      Returns:
      the partitionColumnName value.
    • setPartitionColumnName

      public TeradataPartitionSettings setPartitionColumnName(Object partitionColumnName)
      Set the partitionColumnName property: The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
      Parameters:
      partitionColumnName - the partitionColumnName value to set.
      Returns:
      the TeradataPartitionSettings object itself.
    • getPartitionUpperBound

      public Object getPartitionUpperBound()
      Get the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      Returns:
      the partitionUpperBound value.
    • setPartitionUpperBound

      public TeradataPartitionSettings setPartitionUpperBound(Object partitionUpperBound)
      Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      Parameters:
      partitionUpperBound - the partitionUpperBound value to set.
      Returns:
      the TeradataPartitionSettings object itself.
    • getPartitionLowerBound

      public Object getPartitionLowerBound()
      Get the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      Returns:
      the partitionLowerBound value.
    • setPartitionLowerBound

      public TeradataPartitionSettings setPartitionLowerBound(Object partitionLowerBound)
      Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      Parameters:
      partitionLowerBound - the partitionLowerBound value to set.
      Returns:
      the TeradataPartitionSettings object itself.