#include <couchbase/drop_query_index_options.hxx>
|
struct | built |
| Immutable value object representing consistent options. More...
|
|
◆ build()
auto build |
( |
| ) |
const -> built
|
|
inlinenodiscard |
Validates options and returns them as an immutable value.
- Returns
- consistent options as an immutable value
- Exceptions
-
- Since
- 1.0.0
- Internal
- Internal interface
◆ ignore_if_not_exists()
Set flag to ignore error if the index already exists.
The default is to not ignore the error.
- Parameters
-
ignore_if_not_exists | if true, we don't return an error if the index already exists |
- Returns
- reference to this object, for use in chaining.
- 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: