Home
last modified time | relevance | path

Searched defs:ExportConfig (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
Dexport_config_parser.h37 struct ExportConfig { struct
39 std::string moduleName;
42 SettingDbParam exportSwitchParam;
45 SettingDbParam sysUpgradeParam;
48 std::string exportDir;
73 class ExportConfigParser { argument
79 std::shared_ptr<ExportConfig> Parse(); argument