Package org.jclouds.azureblob.domain
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 avalue
, akey
,metadata
, and an access control policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AzureBlob.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.Multimap<String,String>
getAllHeaders()
MutableBlobProperties
getProperties()
void
setAllHeaders(com.google.common.collect.Multimap<String,String> allHeaders)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.jclouds.io.PayloadEnclosing
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload, setPayload
-
-
-
-
Method Detail
-
getProperties
MutableBlobProperties getProperties()
- Returns:
- System and User metadata relevant to this object.
-
-