org.jclouds.azureblob.domain
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:
| Methods inherited from interface org.jclouds.io.PayloadEnclosing |
getPayload, setPayload, setPayload, setPayload, setPayload, setPayload |
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.