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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage provides documentation for the `MaxConnectionRefreshOption` in the Google Cloud Bigtable C++ client library, detailing different versions."],["The latest version available is 2.37.0-rc, while the oldest documented version is 2.11.0, offering a range of versions for users."],["`MaxConnectionRefreshOption` controls the maximum time, in milliseconds, that connections will remain active before the server disconnects them, and setting it to 0 disables automatic background refresh."],["The `MaxConnectionRefreshOption` will be automatically set to the value of [`MinConnectionRefreshOption`](/cpp/docs/reference/bigtable/2.13.0/structgoogle_1_1cloud_1_1bigtable_1_1MinConnectionRefreshOption) if it is set to a lower value."],["`MaxConnectionRefreshOption` is a Type Alias for `std::chrono::milliseconds`."]]],[]]