Class SapHanaTableDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.SapHanaTableDatasetTypeProperties

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

    • SapHanaTableDatasetTypeProperties

      public SapHanaTableDatasetTypeProperties()
  • Method Details

    • 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.