org.jclouds.blobstore.domain
Interface BlobMetadata
- All Superinterfaces:
- Comparable<ResourceMetadata<StorageType>>, ResourceMetadata<StorageType>, StorageMetadata
- All Known Subinterfaces:
- MutableBlobMetadata
- All Known Implementing Classes:
- BlobMetadataImpl, MutableBlobMetadataImpl
public interface BlobMetadata
- extends StorageMetadata
System and user Metadata for the Blob
.
- Author:
- Adrian Cole
getPublicUri
@Nullable
URI getPublicUri()
- If the blob is publicly readable, what is the URI one can access it at.
- Returns:
- uri, or null, if not readable
getContainer
@Nullable
String getContainer()
- Returns:
- the container holding this blob
getContentMetadata
ContentMetadata getContentMetadata()
Copyright © 2009-2011 jclouds. All Rights Reserved.