Class AzurePostgreSqlTableDatasetTypeProperties

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

public final class AzurePostgreSqlTableDatasetTypeProperties extends Object
Azure PostgreSQL dataset properties.
  • Constructor Details

    • AzurePostgreSqlTableDatasetTypeProperties

      public AzurePostgreSqlTableDatasetTypeProperties()
  • Method Details

    • tableName

      public Object tableName()
      Get the tableName property: The table name of the Azure PostgreSQL database which includes both schema and table. Type: string (or Expression with resultType string).
      Returns:
      the tableName value.
    • withTableName

      public AzurePostgreSqlTableDatasetTypeProperties withTableName(Object tableName)
      Set the tableName property: The table name of the Azure PostgreSQL database which includes both schema and table. Type: string (or Expression with resultType string).
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the AzurePostgreSqlTableDatasetTypeProperties object itself.
    • table

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

      Set the table property: The table name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
      Parameters:
      table - the table value to set.
      Returns:
      the AzurePostgreSqlTableDatasetTypeProperties object itself.
    • schema

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

      Set the schema property: The schema name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
      Parameters:
      schema - the schema value to set.
      Returns:
      the AzurePostgreSqlTableDatasetTypeProperties object itself.
    • validate

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