OmeroBlitz API
Home Previous Up Next Index

omero::cmd::UsedFilesResponsePreFs

Overview

class UsedFilesResponsePreFs extends OK

The used files associated with a pre-FS image.

Data Member Index

archivedFiles
The original file IDs of any archived files associated with the image.
companionFiles
The original file IDs of any companion files associated with the image.
originalMetadataFiles
The original file IDs of any original metadata files associated with the image.

Data Members

api::LongList archivedFiles;

The original file IDs of any archived files associated with the image.

api::LongList companionFiles;

The original file IDs of any companion files associated with the image.

api::LongList originalMetadataFiles;

The original file IDs of any original metadata files associated with the image.


Home Previous Up Next Index