Class SapHanaPartitionSettings


  • public final class SapHanaPartitionSettings
    extends Object
    The settings that will be leveraged for SAP HANA source partitioning.
    • Constructor Detail

      • SapHanaPartitionSettings

        public SapHanaPartitionSettings()
    • Method Detail

      • getPartitionColumnName

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

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