55 std::vector<analytics_warning>
warnings,
62 , metrics_{ std::move(
metrics) }
75 [[nodiscard]]
auto request_id() const -> const std::
string&
90 return client_context_id_;
142 [[nodiscard]]
auto signature() const -> const std::optional<codec::binary>&
148 std::string request_id_{};
149 std::string client_context_id_{};
151 std::vector<analytics_warning> warnings_{};
152 analytics_metrics metrics_{};
153 std::optional<codec::binary> signature_{};
Analytics Metrics contains the query result metrics containing counts and timings.
Definition analytics_metrics.hxx:33
Represents a single warning returned from the analytics engine.
Definition analytics_warning.hxx:37
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
analytics_status
Status of the Analytics Query.
Definition analytics_status.hxx:28