Class SnowflakeDatasetTypeProperties

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

public final class SnowflakeDatasetTypeProperties extends Object
Snowflake dataset properties.
  • Constructor Details

    • SnowflakeDatasetTypeProperties

      public SnowflakeDatasetTypeProperties()
  • Method Details

    • schema

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

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

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

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

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