Stores any non-rows results related to the execution of a particular Analytics query.
More...
#include <couchbase/analytics_meta_data.hxx>
Stores any non-rows results related to the execution of a particular Analytics query.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ analytics_meta_data() [1/2]
◆ analytics_meta_data() [2/2]
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ client_context_id()
auto client_context_id |
( |
| ) |
const -> const std::string&
|
|
inlinenodiscard |
Returns the client context identifier string set on the query request.
- Returns
- client context identifier
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ metrics()
Returns the analytics_metrics
as returned by the analytics engine if enabled.
- Returns
- metrics
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ request_id()
auto request_id |
( |
| ) |
const -> const std::string&
|
|
inlinenodiscard |
Returns the request identifier string of the query request.
- Returns
- The request identifier string
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ signature()
Returns the signature as returned by the analytics engine.
- Returns
- optional byte string containing JSON encoded signature
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ status()
Returns the raw query execution status as returned by the query engine.
- Returns
- query execution status
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ warnings()
Returns any warnings returned by the analytics engine.
It returns an empty vector if no warnings were returned.
- Returns
- vector of the reported warnings.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
The documentation for this class was generated from the following file: