public interface VitamStorageMetadata extends VitamResourceMetadata<StorageType>
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Creation date of the resource, possibly null.
|
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.
|
Long |
getSize()
Size of the resource, possibly null.
|
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.
|
getLocationcompareToStorageType getType()
getType in interface VitamResourceMetadata<StorageType>String getProviderId()
getProviderId in interface VitamResourceMetadata<StorageType>String getName()
getName in interface VitamResourceMetadata<StorageType>URI getUri()
getUri in interface VitamResourceMetadata<StorageType>Map<String,String> getUserMetadata()
getUserMetadata in interface VitamResourceMetadata<StorageType>String getETag()
Date getCreationDate()
Date getLastModified()
Long getSize()
Copyright © 2018 Vitam. All rights reserved.