OmeroBlitz API
Home Previous Up Next Index

omero::cmd::FindPyramids

Overview

class FindPyramids extends Request

Requests all pyramids files. A FindPyramidsResponse will be returned under normal conditions, otherwise a ERR will be returned.

Data Member Index

littleEndian
Retrieves the pyramids with little endian true or false.
importedAfter
Retrieves the pyramids created after a specified time if set.
checkEmptyFile
Retrieves the pyramids of length 0 if true
limit
The maximum number of files to find.

Data Members

RBool littleEndian;

Retrieves the pyramids with little endian true or false. If unset, both will be retrieved.

RTime importedAfter;

Retrieves the pyramids created after a specified time if set.

bool checkEmptyFile;

Retrieves the pyramids of length 0 if true

long limit;

The maximum number of files to find. No limit will be applied if set to 0 or to a negative value.


Home Previous Up Next Index