public interface BlobProperties extends Comparable<BlobProperties>
Modifier and Type | Method and Description |
---|---|
String |
getContainer() |
ContentMetadata |
getContentMetadata() |
String |
getETag() |
Date |
getLastModified() |
LeaseStatus |
getLeaseStatus() |
Map<String,String> |
getMetadata() |
String |
getName() |
BlobType |
getType() |
URI |
getUrl() |
compareTo
BlobType getType()
LeaseStatus getLeaseStatus()
URI getUrl()
String getName()
String getContainer()
Date getLastModified()
String getETag()
ContentMetadata getContentMetadata()
Copyright © 2009-2012 jclouds. All Rights Reserved.