Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
network_options::built Struct Reference

#include <couchbase/network_options.hxx>

Public Attributes

std::string network
 
std::string server_group
 
bool enable_tcp_keep_alive
 
couchbase::ip_protocol ip_protocol
 
std::chrono::milliseconds tcp_keep_alive_interval
 
std::chrono::milliseconds config_poll_interval
 
std::chrono::milliseconds idle_http_connection_timeout
 
std::optional< std::size_t > max_http_connections
 

Member Data Documentation

◆ config_poll_interval

std::chrono::milliseconds config_poll_interval

◆ enable_tcp_keep_alive

bool enable_tcp_keep_alive

◆ idle_http_connection_timeout

std::chrono::milliseconds idle_http_connection_timeout

◆ ip_protocol

◆ max_http_connections

std::optional<std::size_t> max_http_connections

◆ network

std::string network

◆ server_group

std::string server_group

◆ tcp_keep_alive_interval

std::chrono::milliseconds tcp_keep_alive_interval

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