Package org.jclouds.blobstore.domain
Interface BlobMetadata
- All Superinterfaces:
Comparable<ResourceMetadata<StorageType>>
,ResourceMetadata<StorageType>
,StorageMetadata
- All Known Subinterfaces:
MutableBlobMetadata
- All Known Implementing Classes:
BlobMetadataImpl
,MutableBlobMetadataImpl
System and user Metadata for the
Blob
.-
Method Summary
Modifier and TypeMethodDescriptionIf the blob is publicly readable, what is the URI one can access it at.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation
Methods inherited from interface org.jclouds.blobstore.domain.StorageMetadata
getCreationDate, getETag, getLastModified, getName, getProviderId, getSize, getTier, getType, getUri, getUserMetadata
-
Method Details
-
getPublicUri
If the blob is publicly readable, what is the URI one can access it at.- Returns:
- uri, or null, if not readable
-
getContainer
- Returns:
- the container holding this blob
-
getContentMetadata
ContentMetadata getContentMetadata()
-