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);
85 enable_clustermap_notification_,
86 enable_mutation_tokens_,
87 enable_unordered_execution_,
94 std::string user_agent_extra_{};
95 bool show_queries_{
false };
96 bool enable_clustermap_notification_{
true };
97 bool enable_mutation_tokens_{
true };
98 bool enable_unordered_execution_{
true };
99 bool dump_configuration_{
false };
100 std::string network_{
"auto" };
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 append_to_user_agent(std::string extra) -> behavior_options &
Definition behavior_options.hxx:27
auto build() const -> built
Definition behavior_options.hxx:80
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 collection::scan()
Definition allow_querying_search_index_options.hxx:28
Definition behavior_options.hxx:70
std::string user_agent_extra
Definition behavior_options.hxx:71
std::string network
Definition behavior_options.hxx:77
bool enable_clustermap_notification
Definition behavior_options.hxx:73
bool enable_mutation_tokens
Definition behavior_options.hxx:74
bool dump_configuration
Definition behavior_options.hxx:76
bool enable_unordered_execution
Definition behavior_options.hxx:75
bool show_queries
Definition behavior_options.hxx:72