Class AzureBlobFSLocation


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

      • AzureBlobFSLocation

        public AzureBlobFSLocation()
    • Method Detail

      • fileSystem

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

        public AzureBlobFSLocation withFileSystem​(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.
      • withFolderPath

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

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