Class AzureBlobStorageLocation


  • public final class AzureBlobStorageLocation
    extends DatasetLocation
    The location of azure blob dataset.
    • Constructor Detail

      • AzureBlobStorageLocation

        public AzureBlobStorageLocation()
    • Method Detail

      • getContainer

        public Object getContainer()
        Get the container property: Specify the container of azure blob. Type: string (or Expression with resultType string).
        Returns:
        the container value.
      • setContainer

        public AzureBlobStorageLocation setContainer​(Object container)
        Set the container property: Specify the container of azure blob. Type: string (or Expression with resultType string).
        Parameters:
        container - the container value to set.
        Returns:
        the AzureBlobStorageLocation object itself.
      • setFolderPath

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