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;
        
        bool pixelsPresent;
        bool pyramidPresent;
        long archivedSize;
        long pixelSize;
        long pyramidSize;
        long thumbnailSize;