Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::ManageImageBinariesResponse

Overview

class ManageImageBinariesResponse extends Response

Response from a ManageImageBinaries Request. If no action is requested, then the fields of this instance can be examined to see what would be done if requested.

Data Member Index

filesetId
archivedFiles
pixelsPresent
pyramidPresent
archivedSize
pixelSize
pyramidSize
thumbnailSize

Data Members

RLong filesetId;

api::LongList archivedFiles;

bool pixelsPresent;

bool pyramidPresent;

long archivedSize;

long pixelSize;

long pyramidSize;

long thumbnailSize;


Home Previous Up Next Index