Interface AzureBlob

All Superinterfaces:
Comparable<AzureBlob>, PayloadEnclosing
All Known Implementing Classes:
AzureBlobImpl

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

    • 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)