Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/create_dataverse_analytics_options.hxx>
Classes | |
struct | built |
Immutable value object representing consistent options. More... | |
Public Member Functions | |
auto | ignore_if_exists (bool ignore_if_exists) -> create_dataverse_analytics_options & |
Ignore error if the dataverse already exists. | |
auto | build () const -> built |
Validates options and returns them as an immutable value. | |
Public Member Functions inherited from common_options< create_dataverse_analytics_options > | |
auto | timeout (const std::chrono::milliseconds timeout) -> create_dataverse_analytics_options & |
Specifies a custom per-operation timeout. | |
auto | retry_strategy (const std::shared_ptr< retry_strategy > strategy) -> create_dataverse_analytics_options & |
Specifies a custom couchbase::retry_strategy for this operation. | |
Additional Inherited Members | |
Protected Member Functions inherited from common_options< create_dataverse_analytics_options > | |
auto | build_common_options () const -> built |
auto | self () -> create_dataverse_analytics_options & |
Allows to return the right options builder instance for child implementations. | |
|
inlinenodiscard |
Validates options and returns them as an immutable value.
std::system_error | with code errc::common::invalid_argument if the options are not valid |
|
inline |
Ignore error if the dataverse already exists.
defaults to false
ignore_if_exists |