omero::grid::ImportSettings
Overview
class ImportSettings
User configuration options. These are likely set in the UI
before the import is initiated.
Used By
- ImportProcess::getImportSettings
- ImportRequest::settings
- ManagedRepository::importFileset
Data Member Index
- userSpecifiedTarget
-
The container which this object should be added to.
- userSpecifiedName
-
Custom name suggested by the user.
- userSpecifiedDescription
-
Custom description suggested by the user.
- userSpecifiedPixels
-
User choice of pixels sizes.
- userSpecifiedAnnotationList
-
Annotations that the user
- doThumbnails
-
Whether or not the thumbnailing action should be performed.
- noStatsInfo
-
Whether we are to disable StatsInfo population.
- checksumAlgorithm
-
User choice of checksum algorithm for verifying upload.
Data Members
The container which this object should be added to.
RString userSpecifiedName;
Custom name suggested by the user.
RString userSpecifiedDescription;
Custom description suggested by the user.
User choice of pixels sizes.
Annotations that the user
RBool doThumbnails;
Whether or not the thumbnailing action should be performed.
RBool noStatsInfo;
Whether we are to disable StatsInfo population.
User choice of checksum algorithm for verifying upload.