Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::ManageImageBinaries

Overview

class ManageImageBinaries extends Request

Queries and modifies the various binary artifacts which may be linked to an model::Image. This can be useful, e.g., after converting pre-OMERO-5 archived original files into model::Fileset. The command works in several stages: 1. loads an model::Image by id, failing if none present. 2. renames Pixels file to '*_bak' 3. deletes existing Pyramidfiles if present; This command can be run multiple times with different settings to iteratively test if the migration is working.

Data Member Index

imageId
togglePixels
deletePyramid

Data Members

long imageId;

bool togglePixels;

bool deletePyramid;


Home Previous Up Next Index