Definition at line 35 of file config.hpp.
Public Member Functions | |
| Config (std::string name, const yaml_config::YamlConfig &config, std::string_view dump_root) | |
Public Attributes | |
| std::string | name |
| uint64_t | dump_format_version |
| bool | world_readable |
| std::string | dump_directory |
| std::optional< std::string > | fs_task_processor |
| uint64_t | max_dump_count |
| std::optional< std::chrono::milliseconds > | max_dump_age |
| bool | max_dump_age_set |
| bool | dump_is_encrypted |
| bool | static_dumps_enabled |
| std::chrono::milliseconds | static_min_dump_interval |
| std::string dump::Config::dump_directory |
Definition at line 41 of file config.hpp.
| uint64_t dump::Config::dump_format_version |
Definition at line 39 of file config.hpp.
| bool dump::Config::dump_is_encrypted |
Definition at line 46 of file config.hpp.
| std::optional<std::string> dump::Config::fs_task_processor |
Definition at line 42 of file config.hpp.
| std::optional<std::chrono::milliseconds> dump::Config::max_dump_age |
Definition at line 44 of file config.hpp.
| bool dump::Config::max_dump_age_set |
Definition at line 45 of file config.hpp.
| uint64_t dump::Config::max_dump_count |
Definition at line 43 of file config.hpp.
| std::string dump::Config::name |
Definition at line 38 of file config.hpp.
| bool dump::Config::static_dumps_enabled |
Definition at line 48 of file config.hpp.
| std::chrono::milliseconds dump::Config::static_min_dump_interval |
Definition at line 49 of file config.hpp.
| bool dump::Config::world_readable |
Definition at line 40 of file config.hpp.