Class AmazonRdsForOraclePartitionSettings

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

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

    • AmazonRdsForOraclePartitionSettings

      public AmazonRdsForOraclePartitionSettings()
  • Method Details

    • getPartitionNames

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

      public AmazonRdsForOraclePartitionSettings setPartitionNames(Object partitionNames)
      Set the partitionNames property: Names of the physical partitions of AmazonRdsForOracle table.
      Parameters:
      partitionNames - the partitionNames value to set.
      Returns:
      the AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings 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 AmazonRdsForOraclePartitionSettings object itself.