Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/cluster_options.hxx>
Public Attributes | |
std::string | username |
std::string | password |
std::string | certificate_path |
std::string | key_path |
std::optional< std::vector< std::string > > | allowed_sasl_mechanisms |
compression_options::built | compression |
timeout_options::built | timeouts |
dns_options::built | dns |
security_options::built | security |
network_options::built | network |
metrics_options::built | metrics |
tracing_options::built | tracing |
behavior_options::built | behavior |
transactions::transactions_config::built | transactions |
std::shared_ptr< retry_strategy > | default_retry_strategy |
std::optional<std::vector<std::string> > allowed_sasl_mechanisms |
behavior_options::built behavior |
std::string certificate_path |
compression_options::built compression |
std::shared_ptr<retry_strategy> default_retry_strategy |
std::string key_path |
metrics_options::built metrics |
network_options::built network |
std::string password |
security_options::built security |
timeout_options::built timeouts |
tracing_options::built tracing |
transactions::transactions_config::built transactions |
std::string username |