Class AzureBlobFSDatasetTypeProperties


  • public final class AzureBlobFSDatasetTypeProperties
    extends Object
    Azure Data Lake Storage Gen2 dataset properties.
    • Constructor Detail

      • AzureBlobFSDatasetTypeProperties

        public AzureBlobFSDatasetTypeProperties()
    • Method Detail

      • folderPath

        public Object folderPath()
        Get the folderPath property: The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).
        Returns:
        the folderPath value.
      • withFolderPath

        public AzureBlobFSDatasetTypeProperties withFolderPath​(Object folderPath)
        Set the folderPath property: The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the AzureBlobFSDatasetTypeProperties object itself.
      • fileName

        public Object fileName()
        Get the fileName property: The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).
        Returns:
        the fileName value.
      • withFileName

        public AzureBlobFSDatasetTypeProperties withFileName​(Object fileName)
        Set the fileName property: The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the AzureBlobFSDatasetTypeProperties object itself.
      • format

        public DatasetStorageFormat format()
        Get the format property: The format of the Azure Data Lake Storage Gen2 storage.
        Returns:
        the format value.
      • withFormat

        public AzureBlobFSDatasetTypeProperties withFormat​(DatasetStorageFormat format)
        Set the format property: The format of the Azure Data Lake Storage Gen2 storage.
        Parameters:
        format - the format value to set.
        Returns:
        the AzureBlobFSDatasetTypeProperties object itself.
      • compression

        public DatasetCompression compression()
        Get the compression property: The data compression method used for the blob storage.
        Returns:
        the compression value.
      • withCompression

        public AzureBlobFSDatasetTypeProperties withCompression​(DatasetCompression compression)
        Set the compression property: The data compression method used for the blob storage.
        Parameters:
        compression - the compression value to set.
        Returns:
        the AzureBlobFSDatasetTypeProperties object itself.
      • validate

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