#include <couchbase/ping_options.hxx>
|
struct | built |
| Immutable value object representing consistent options. More...
|
|
◆ build()
auto build |
( |
| ) |
const -> built
|
|
inlinenodiscard |
Validates the options and returns them as an immutable value.
- Returns
- consistent options as an immutable value
- Exceptions
-
- Since
- 1.0.0
- Internal
- Internal interface
◆ report_id()
Sets a custom report ID that will be used in the report.
If no report ID is provided, the client will generate a unique one.
- Parameters
-
report_id | the report ID that should be used. |
- Returns
- reference to this object, for use in chaining.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ service_types()
Customizes the set of services to ping.
- Parameters
-
service_types | the services to ping. |
- Returns
- reference to this object, for use in chaining.
The documentation for this struct was generated from the following file: