Class TeradataTableDatasetTypeProperties

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

public final class TeradataTableDatasetTypeProperties extends Object
Teradata dataset properties.
  • Constructor Details

    • TeradataTableDatasetTypeProperties

      public TeradataTableDatasetTypeProperties()
  • Method Details

    • database

      public Object database()
      Get the database property: The database name of Teradata. Type: string (or Expression with resultType string).
      Returns:
      the database value.
    • withDatabase

      public TeradataTableDatasetTypeProperties withDatabase(Object database)
      Set the database property: The database name of Teradata. Type: string (or Expression with resultType string).
      Parameters:
      database - the database value to set.
      Returns:
      the TeradataTableDatasetTypeProperties object itself.
    • table

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

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

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