29 user_agent_extra_ = std::move(extra);
35 show_queries_ = enable;
41 enable_clustermap_notification_ = enable;
47 enable_mutation_tokens_ = enable;
53 enable_unordered_execution_ = enable;
59 dump_configuration_ = enable;
63 [[deprecated(
"Use couchbase::network_options#preferred_network() instead.")]]
66 network_ = std::move(name);
72 preserve_bootstrap_nodes_order_ = enable;
92 enable_clustermap_notification_,
93 enable_mutation_tokens_,
94 enable_unordered_execution_,
97 preserve_bootstrap_nodes_order_,
102 std::string user_agent_extra_{};
103 bool show_queries_{
false };
104 bool enable_clustermap_notification_{
true };
105 bool enable_mutation_tokens_{
true };
106 bool enable_unordered_execution_{
true };
107 bool dump_configuration_{
false };
108 std::string network_{
"auto" };
109 bool preserve_bootstrap_nodes_order_{
false };
Definition behavior_options.hxx:25
auto dump_configuration(bool enable) -> behavior_options &
Definition behavior_options.hxx:57
auto show_queries(bool enable) -> behavior_options &
Definition behavior_options.hxx:33
auto enable_clustermap_notification(bool enable) -> behavior_options &
Definition behavior_options.hxx:39
auto enable_mutation_tokens(bool enable) -> behavior_options &
Definition behavior_options.hxx:45
auto preserve_bootstrap_nodes_order(bool enable) -> behavior_options &
Definition behavior_options.hxx:70
auto append_to_user_agent(std::string extra) -> behavior_options &
Definition behavior_options.hxx:27
auto build() const -> built
Definition behavior_options.hxx:87
auto network(std::string name) -> behavior_options &
Definition behavior_options.hxx:64
auto enable_unordered_execution(bool enable) -> behavior_options &
Definition behavior_options.hxx:51
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28
Definition behavior_options.hxx:76
std::string user_agent_extra
Definition behavior_options.hxx:77
std::string network
Definition behavior_options.hxx:83
bool enable_clustermap_notification
Definition behavior_options.hxx:79
bool enable_mutation_tokens
Definition behavior_options.hxx:80
bool preserve_bootstrap_nodes_order
Definition behavior_options.hxx:84
bool dump_configuration
Definition behavior_options.hxx:82
bool enable_unordered_execution
Definition behavior_options.hxx:81
bool show_queries
Definition behavior_options.hxx:78