72 std::optional<std::string> report_id_{};
Common options that used by most operations.
Definition common_options.hxx:37
auto self() -> diagnostics_options &
Definition common_options.hxx:102
auto build_common_options() const -> built
Definition common_options.hxx:89
Definition diagnostics_result.hxx:32
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error, diagnostics_result)> diagnostics_handler
Definition diagnostics_options.hxx:75
Immutable value object representing consistent options.
Definition diagnostics_options.hxx:51
std::optional< std::string > report_id
Definition diagnostics_options.hxx:52
Definition diagnostics_options.hxx:28
auto build() const -> built
Validates the options and returns them as an immutable value.
Definition diagnostics_options.hxx:66
auto report_id(std::string report_id) -> diagnostics_options &
Sets a custom report ID that will be used in the report.
Definition diagnostics_options.hxx:39