Interface AzureBlob

  • All Superinterfaces:
    Comparable<AzureBlob>, org.jclouds.io.PayloadEnclosing
    All Known Implementing Classes:
    AzureBlobImpl

    public interface AzureBlob
    extends org.jclouds.io.PayloadEnclosing, Comparable<AzureBlob>
    Amazon S3 is designed to store objects. Objects are stored in buckets and consist of a value, a key, metadata, and an access control policy.
    See Also:
    • Method Detail

      • getProperties

        MutableBlobProperties getProperties()
        Returns:
        System and User metadata relevant to this object.
      • getAllHeaders

        com.google.common.collect.Multimap<String,​String> getAllHeaders()
      • setAllHeaders

        void setAllHeaders​(com.google.common.collect.Multimap<String,​String> allHeaders)