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()  | 
compareToBlobType getType()
LeaseStatus getLeaseStatus()
URI getUrl()
String getName()
String getContainer()
Date getLastModified()
String getETag()
ContentMetadata getContentMetadata()
Copyright © 2009-2013 jclouds. All Rights Reserved.