ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
list_options Struct Referencefinal

Configuration options related to listing entities. More...

#include <list_options.hpp>

Collaboration diagram for list_options:
Collaboration graph

Public Attributes

entity target_entity
 Entity to list.
 
format target_format
 Format for output (json or table).
 
std::string as_of
 Time point from which to list data. If empty, defaults to latest.
 
std::string key
 Key to filter data by (optional).
 
bool all_versions
 If true, retrieves all versions rather than just latest.
 

Detailed Description

Configuration options related to listing entities.