OmeroBlitz API
Home Previous Up Next Index

omero::grid::RawAccessRequest

Overview

[ "deprecate:Not intended for use by production clients. Functionality to be moved from Ice to microservices." ] class RawAccessRequest extends cmd::Request

Command object which will be parsed by the internal repository given by ""repo"". This command will *only* be processed if the user has sufficient rights (e.g. is a member of "system") and is largely intended for testing and diagnosis rather than actual client functionality.

Not intended for use by production clients. Functionality to be moved from Ice to microservices.

Used By

InternalRepository::rawAccess

Data Member Index

repoUuid
command
args
path

Data Members

string repoUuid;

This member is deprecated.

string command;

This member is deprecated.

api::StringSet args;

This member is deprecated.

string path;

This member is deprecated.


Home Previous Up Next Index