Class SapHanaTableDatasetTypeProperties


  • public final class SapHanaTableDatasetTypeProperties
    extends Object
    SAP HANA Table properties.
    • Constructor Detail

      • SapHanaTableDatasetTypeProperties

        public SapHanaTableDatasetTypeProperties()
    • Method Detail

      • schema

        public Object schema()
        Get the schema property: The schema name of SAP HANA. Type: string (or Expression with resultType string).
        Returns:
        the schema value.
      • withSchema

        public SapHanaTableDatasetTypeProperties withSchema​(Object schema)
        Set the schema property: The schema name of SAP HANA. Type: string (or Expression with resultType string).
        Parameters:
        schema - the schema value to set.
        Returns:
        the SapHanaTableDatasetTypeProperties object itself.
      • table

        public Object table()
        Get the table property: The table name of SAP HANA. Type: string (or Expression with resultType string).
        Returns:
        the table value.
      • withTable

        public SapHanaTableDatasetTypeProperties withTable​(Object table)
        Set the table property: The table name of SAP HANA. Type: string (or Expression with resultType string).
        Parameters:
        table - the table value to set.
        Returns:
        the SapHanaTableDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.