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

#include <couchbase/behavior_options.hxx>

Classes

struct  built
 

Public Member Functions

auto append_to_user_agent (std::string extra) -> behavior_options &
 
auto show_queries (bool enable) -> behavior_options &
 
auto enable_clustermap_notification (bool enable) -> behavior_options &
 
auto enable_mutation_tokens (bool enable) -> behavior_options &
 
auto enable_unordered_execution (bool enable) -> behavior_options &
 
auto dump_configuration (bool enable) -> behavior_options &
 
auto network (std::string name) -> behavior_options &
 Selects network to use.
 
auto build () const -> built
 

Member Function Documentation

◆ append_to_user_agent()

auto append_to_user_agent ( std::string extra) -> behavior_options&
inline

◆ build()

auto build ( ) const -> built
inline

◆ dump_configuration()

auto dump_configuration ( bool enable) -> behavior_options&
inline

◆ enable_clustermap_notification()

auto enable_clustermap_notification ( bool enable) -> behavior_options&
inline

◆ enable_mutation_tokens()

auto enable_mutation_tokens ( bool enable) -> behavior_options&
inline

◆ enable_unordered_execution()

auto enable_unordered_execution ( bool enable) -> behavior_options&
inline

◆ network()

auto network ( std::string name) -> behavior_options&
inline

Selects network to use.

Parameters
namenetwork name as it is exposed in the configuration.
Returns
this object for chaining purposes.
See also
https://docs.couchbase.com/server/current/learn/clusters-and-availability/connectivity.html#alternate-addresses
https://docs.couchbase.com/server/current/rest-api/rest-set-up-alternate-address.html

◆ show_queries()

auto show_queries ( bool enable) -> behavior_options&
inline

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