Interface Blobs


  • public interface Blobs
    Fusion Blobs API allows to perform operation with files and other objects stored in Fusion blob storage.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.InputStream getBlobContent​(java.lang.String blobId)
      Retrieve blob contents from Fusion blob storage.
      java.util.List<java.lang.String> listBlobs()
      Get list of all available blobs.
    • Method Detail

      • listBlobs

        java.util.List<java.lang.String> listBlobs()
                                            throws java.io.IOException
        Get list of all available blobs.
        Returns:
        list of blob ids
        Throws:
        java.io.IOException - if unable to reach Fusion blobs service
      • getBlobContent

        java.io.InputStream getBlobContent​(java.lang.String blobId)
                                    throws java.io.IOException
        Retrieve blob contents from Fusion blob storage.
        Parameters:
        blobId - id of blob object
        Returns:
        InputStream with blob content
        Throws:
        java.io.IOException - if unable to reach Fusion blobs service