Class OraclePartitionSettings

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

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

    • OraclePartitionSettings

      public OraclePartitionSettings()
  • Method Details

    • getPartitionNames

      public Object getPartitionNames()
      Get the partitionNames property: Names of the physical partitions of Oracle table.
      Returns:
      the partitionNames value.
    • setPartitionNames

      public OraclePartitionSettings setPartitionNames(Object partitionNames)
      Set the partitionNames property: Names of the physical partitions of Oracle table.
      Parameters:
      partitionNames - the partitionNames value to set.
      Returns:
      the OraclePartitionSettings object itself.
    • getPartitionColumnName

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

      public OraclePartitionSettings setPartitionColumnName(Object partitionColumnName)
      Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      Parameters:
      partitionColumnName - the partitionColumnName value to set.
      Returns:
      the OraclePartitionSettings 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 OraclePartitionSettings 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 OraclePartitionSettings 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 OraclePartitionSettings 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 OraclePartitionSettings object itself.