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

Configuration related to exporting data into a supported export format. More...

#include <export_options.hpp>

Collaboration diagram for export_options:
Collaboration graph

Public Attributes

entity target_entity {entity::currencies}
 Which entity to export.
 
std::string as_of {}
 Timepoint to use for the reading. If empty, use latest.
 
std::string key {}
 Key to filter by, if any.
 
bool all_versions {false}
 If true, output all versions of this entity.
 
format target_format {format::json}
 Format to use for the export.
 

Detailed Description

Configuration related to exporting data into a supported export format.