Class AzureBlobFSLocation


  • public final class AzureBlobFSLocation
    extends DatasetLocation
    The location of azure blobFS dataset.
    • Constructor Detail

      • AzureBlobFSLocation

        public AzureBlobFSLocation()
    • Method Detail

      • getFileSystem

        public Object getFileSystem()
        Get the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).
        Returns:
        the fileSystem value.
      • setFileSystem

        public AzureBlobFSLocation setFileSystem​(Object fileSystem)
        Set the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).
        Parameters:
        fileSystem - the fileSystem value to set.
        Returns:
        the AzureBlobFSLocation object itself.
      • setFolderPath

        public AzureBlobFSLocation 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 AzureBlobFSLocation 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.