Class AzureDataLakeStoreLocation


  • public final class AzureDataLakeStoreLocation
    extends DatasetLocation
    The location of azure data lake store dataset.
    • Constructor Detail

      • AzureDataLakeStoreLocation

        public AzureDataLakeStoreLocation()
    • Method Detail

      • setFolderPath

        public AzureDataLakeStoreLocation setFolderPath​(Object folderPath)
        Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
        Overrides:
        setFolderPath in class DatasetLocation
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the DatasetLocation object itself.
      • setFileName

        public AzureDataLakeStoreLocation setFileName​(Object fileName)
        Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Overrides:
        setFileName in class DatasetLocation
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the DatasetLocation object itself.