Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
drop_primary_query_index_options Class Reference

#include <couchbase/drop_primary_query_index_options.hxx>

Inheritance diagram for drop_primary_query_index_options:
Inheritance graph

Classes

struct  built
 Immutable value object representing consistent options. More...
 

Public Member Functions

auto index_name (std::string index_name) -> drop_primary_query_index_options &
 Name of the primary index.
 
auto ignore_if_not_exists (bool ignore_if_not_exists) -> drop_primary_query_index_options &
 Set flag to ignore error if the index already exists.
 
auto build () const -> built
 Validates options and returns them as an immutable value.
 
- Public Member Functions inherited from common_options< drop_primary_query_index_options >
auto timeout (const std::chrono::milliseconds timeout) -> drop_primary_query_index_options &
 Specifies a custom per-operation timeout.
 
auto retry_strategy (const std::shared_ptr< retry_strategy > strategy) -> drop_primary_query_index_options &
 Specifies a custom couchbase::retry_strategy for this operation.
 

Additional Inherited Members

- Protected Member Functions inherited from common_options< drop_primary_query_index_options >
auto build_common_options () const -> built
 
auto self () -> drop_primary_query_index_options &
 Allows to return the right options builder instance for child implementations.
 

Member Function Documentation

◆ build()

auto build ( ) const -> built
inline

Validates options and returns them as an immutable value.

Returns
consistent options as an immutable value
Exceptions
std::system_errorwith code errc::common::invalid_argument if the options are not valid
Since
1.0.0
Internal
Internal interface

◆ ignore_if_not_exists()

auto ignore_if_not_exists ( bool ignore_if_not_exists) -> drop_primary_query_index_options&
inline

Set flag to ignore error if the index already exists.

The default is to not ignore the error.

Parameters
ignore_if_not_existsif 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

◆ index_name()

auto index_name ( std::string index_name) -> drop_primary_query_index_options&
inline

Name of the primary index.

If created with an optional name, specify that here as well.

Parameters
index_name
Returns
reference to this object, for use in chaining.

The documentation for this class was generated from the following file: