org.jclouds.azureblob.domain
Interface BlobProperties
- All Superinterfaces:
- Comparable<BlobProperties>
- All Known Subinterfaces:
- MutableBlobProperties
- All Known Implementing Classes:
- BlobPropertiesImpl, MutableBlobPropertiesImpl
public interface BlobProperties
- extends Comparable<BlobProperties>
getMetadata
Map<String,String> getMetadata()
getType
BlobType getType()
getLeaseStatus
LeaseStatus getLeaseStatus()
getUrl
URI getUrl()
getName
String getName()
getContainer
String getContainer()
getLastModified
Date getLastModified()
getETag
String getETag()
getContentMetadata
org.jclouds.io.ContentMetadata getContentMetadata()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.