public interface LoggedExperimentAsset extends RemoteAsset
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetId()
Returns ID of the asset.
|
Optional<Instant> |
getCreatedAt()
Returns optional
Instant when this asset was logged to the Comet. |
Optional<String> |
getCurlDownload()
Returns optional command which can be used in terminal app to download this asset.
|
Optional<Long> |
getSize()
Returns the optional size of this asset if appropriate.
|
boolean |
isRemote()
Returns
true if this is remote asset, i.e., providing URI to the remote location to download
content. |
getLinkgetExperimentContext, getFile, getFileLikeData, getLogicalPath, getMetadata, getTypeString getAssetId()
boolean isRemote()
true if this is remote asset, i.e., providing URI to the remote location to download
content.true if this is remote asset.Optional<Long> getSize()
Optional<Instant> getCreatedAt()
Instant when this asset was logged to the Comet.Instant when this asset was logged to the Comet.Copyright © 2022. All rights reserved.