Class OracleTableDatasetTypeProperties

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

public final class OracleTableDatasetTypeProperties extends Object
On-premises Oracle dataset properties.
  • Constructor Details

    • OracleTableDatasetTypeProperties

      public OracleTableDatasetTypeProperties()
  • Method Details

    • tableName

      public Object tableName()
      Get the tableName property: This property will be retired. Please consider using schema + table properties instead.
      Returns:
      the tableName value.
    • withTableName

      public OracleTableDatasetTypeProperties withTableName(Object tableName)
      Set the tableName property: This property will be retired. Please consider using schema + table properties instead.
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the OracleTableDatasetTypeProperties object itself.
    • schema

      public Object schema()
      Get the schema property: The schema name of the on-premises Oracle database. Type: string (or Expression with resultType string).
      Returns:
      the schema value.
    • withSchema

      public OracleTableDatasetTypeProperties withSchema(Object schema)
      Set the schema property: The schema name of the on-premises Oracle database. Type: string (or Expression with resultType string).
      Parameters:
      schema - the schema value to set.
      Returns:
      the OracleTableDatasetTypeProperties object itself.
    • table

      public Object table()
      Get the table property: The table name of the on-premises Oracle database. Type: string (or Expression with resultType string).
      Returns:
      the table value.
    • withTable

      public OracleTableDatasetTypeProperties withTable(Object table)
      Set the table property: The table name of the on-premises Oracle database. Type: string (or Expression with resultType string).
      Parameters:
      table - the table value to set.
      Returns:
      the OracleTableDatasetTypeProperties object itself.
    • validate

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