Package org.jclouds.azureblob.domain
Interface BlobProperties
- All Superinterfaces:
Comparable<BlobProperties>
- All Known Subinterfaces:
MutableBlobProperties
- All Known Implementing Classes:
BlobPropertiesImpl
,MutableBlobPropertiesImpl
-
Method Details
-
getMetadata
-
getType
BlobType getType() -
getTier
AccessTier getTier()- Returns:
- access tier or null if not set
-
getLeaseStatus
LeaseStatus getLeaseStatus() -
getUrl
URI getUrl() -
getName
String getName() -
getContainer
String getContainer() -
getLastModified
Date getLastModified() -
getETag
String getETag() -
getContentMetadata
ContentMetadata getContentMetadata()
-