Skip to content

added methods to get lists of objects

Mikhail Mineev requested to merge upd03 into release-1.0.2.CR

The following methods were added (for the file storage):

listTags(const std::string &name, int size, int page, const std::string &sort) listGlobalTags(const std::string &name, int size, int page, const std::string &sort) findGlobalTagMap(const std::string &name, const std::string &xCrestMapMode) selectIovs(const std::string &name, long since, long until, long snapshot, int size, int page, const std::string &sort)

Merge request reports

Loading