Class AzureDatabricksDeltaLakeDataset


  • public final class AzureDatabricksDeltaLakeDataset
    extends Dataset
    Azure Databricks Delta Lake dataset.
    • Constructor Detail

      • AzureDatabricksDeltaLakeDataset

        public AzureDatabricksDeltaLakeDataset()
    • Method Detail

      • withStructure

        public AzureDatabricksDeltaLakeDataset withStructure​(Object structure)
        Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
        Overrides:
        withStructure in class Dataset
        Parameters:
        structure - the structure value to set.
        Returns:
        the Dataset object itself.
      • withSchema

        public AzureDatabricksDeltaLakeDataset withSchema​(Object schema)
        Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
        Overrides:
        withSchema in class Dataset
        Parameters:
        schema - the schema value to set.
        Returns:
        the Dataset object itself.
      • withAnnotations

        public AzureDatabricksDeltaLakeDataset withAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the Dataset.
        Overrides:
        withAnnotations in class Dataset
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the Dataset object itself.
      • withFolder

        public AzureDatabricksDeltaLakeDataset withFolder​(DatasetFolder folder)
        Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
        Overrides:
        withFolder in class Dataset
        Parameters:
        folder - the folder value to set.
        Returns:
        the Dataset object itself.
      • 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 AzureDatabricksDeltaLakeDataset 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 AzureDatabricksDeltaLakeDataset 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 AzureDatabricksDeltaLakeDataset 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 AzureDatabricksDeltaLakeDataset object itself.