Class StorageMetadata
java.lang.Object
ecmwf.ecpds.mover.plugin.http.StorageMetadata
The Class StorageMetadata.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the creation date.getETag()Gets the e tag — computed lazily on first call and cached to avoid repeated RPC calls per listing item.Gets the last modified.getName()Gets the name.getSize()Gets the size.getTier()Gets the tier.getType()Gets the type.booleanChecks if is truncated.voidsetTruncated(boolean truncated) Sets the truncated.
-
Method Details
-
getCreationDate
-
getName
-
getType
-
getLastModified
-
getETag
Gets the e tag — computed lazily on first call and cached to avoid repeated RPC calls per listing item.- Returns:
- the e tag
- Throws:
IOException- Signals that an I/O exception has occurred.
-
getSize
-
getTier
-
setTruncated
public void setTruncated(boolean truncated) Sets the truncated.- Parameters:
truncated- the new truncated
-
isTruncated
public boolean isTruncated()Checks if is truncated.- Returns:
- true, if is truncated
-