Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::bigtable::MaxConnectionRefreshOption Struct Reference

Maximum time in ms to refresh connections. More...

#include <google/cloud/bigtable/options.h>

Public Types

using Type = std::chrono::milliseconds
 

Detailed Description

Maximum time in ms to refresh connections.

The server will disconnect idle connections before this time. The connections will not be automatically refreshed in the background if this value is set to 0.

Note
If this value is less than the value of MinConnectionRefreshOption, it will be set to the value of MinConnectionRefreshOption.

Member Typedef Documentation

◆ Type