Class AzureDatabricksDeltaLakeDatasetTypeProperties

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

public final class AzureDatabricksDeltaLakeDatasetTypeProperties extends Object
Azure Databricks Delta Lake Dataset Properties.
  • Constructor Details

    • AzureDatabricksDeltaLakeDatasetTypeProperties

      public AzureDatabricksDeltaLakeDatasetTypeProperties()
  • Method Details

    • table

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

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

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

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

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