|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageMetadata
Identifies containers, files, etc.
Method Summary | |
---|---|
String |
getETag()
The eTag value stored in the Etag header returned by HTTP. |
Date |
getLastModified()
Last modification time of the resource |
String |
getName()
Name of this resource. |
String |
getProviderId()
Unique identifier of this resource within its enclosing namespace. |
StorageType |
getType()
Whether this resource is a container, file, etc. |
URI |
getUri()
URI used to access this resource |
Map<String,String> |
getUserMetadata()
Any key-value pairs associated with the resource. |
Methods inherited from interface org.jclouds.domain.ResourceMetadata |
---|
getLocation |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
StorageType getType()
getType
in interface ResourceMetadata<StorageType>
String getProviderId()
getProviderId
in interface ResourceMetadata<StorageType>
org.jclouds.blobstore.attr.ContainerCapability#CONTAINER_METADATA
String getName()
getName
in interface ResourceMetadata<StorageType>
URI getUri()
getUri
in interface ResourceMetadata<StorageType>
Map<String,String> getUserMetadata()
getUserMetadata
in interface ResourceMetadata<StorageType>
org.jclouds.blobstore.attr.ContainerCapability#CONTAINER_METADATA
,
org.jclouds.blobstore.attr.ContainerCapability#BLOB_METADATA
String getETag()
org.jclouds.blobstore.attr.ContainerCapability#CONTAINER_ETAG
,
org.jclouds.blobstore.attr.ContainerCapability#BLOB_ETAG
Date getLastModified()
org.jclouds.blobstore.attr.ContainerCapability#CONTAINER_LAST_MODIFIED
,
org.jclouds.blobstore.attr.ContainerCapability#BLOB_LAST_MODIFIED
,
ContainerCapability.MILLISECOND_PRECISION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |