Couchbase C++ SDK 1.0.2 (rev. 51f4775)
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 &
 
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
inlinenodiscard

◆ 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

◆ show_queries()

auto show_queries ( bool enable) -> behavior_options&
inline

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