Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::UsedFilesResponse

Overview

class UsedFilesResponse extends Response

The used files associated with an FS image.

Data Member Index

binaryFilesThisSeries
The original file IDs of any binary files associated with the image's particular series.
binaryFilesOtherSeries
The original file IDs of any binary files associated with the image's fileset but not with its particular series.
companionFilesThisSeries
The original file IDs of any companion files associated with the image's particular series.
companionFilesOtherSeries
The original file IDs of any companion files associated with the image's fileset but not with its particular series.

Data Members

api::LongList binaryFilesThisSeries;

The original file IDs of any binary files associated with the image's particular series.

api::LongList binaryFilesOtherSeries;

The original file IDs of any binary files associated with the image's fileset but not with its particular series.

api::LongList companionFilesThisSeries;

The original file IDs of any companion files associated with the image's particular series.

api::LongList companionFilesOtherSeries;

The original file IDs of any companion files associated with the image's fileset but not with its particular series.


Home Previous Up Next Index