Class AzureDatabricksDeltaLakeDatasetTypeProperties


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

      • AzureDatabricksDeltaLakeDatasetTypeProperties

        public AzureDatabricksDeltaLakeDatasetTypeProperties()
    • Method Detail

      • 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

        public AzureDatabricksDeltaLakeDatasetTypeProperties withTable​(Object table)
        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.