Class AzureDataLakeStoreDatasetTypeProperties


  • public final class AzureDataLakeStoreDatasetTypeProperties
    extends Object
    Azure Data Lake Store dataset properties.
    • Constructor Detail

      • AzureDataLakeStoreDatasetTypeProperties

        public AzureDataLakeStoreDatasetTypeProperties()
    • Method Detail

      • folderPath

        public Object folderPath()
        Get the folderPath property: Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Returns:
        the folderPath value.
      • withFolderPath

        public AzureDataLakeStoreDatasetTypeProperties withFolderPath​(Object folderPath)
        Set the folderPath property: Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the AzureDataLakeStoreDatasetTypeProperties object itself.
      • fileName

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

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

        public DatasetStorageFormat format()
        Get the format property: The format of the Data Lake Store.
        Returns:
        the format value.
      • compression

        public DatasetCompression compression()
        Get the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.
        Returns:
        the compression value.
      • withCompression

        public AzureDataLakeStoreDatasetTypeProperties withCompression​(DatasetCompression compression)
        Set the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.
        Parameters:
        compression - the compression value to set.
        Returns:
        the AzureDataLakeStoreDatasetTypeProperties object itself.
      • validate

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