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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The page provides documentation for the `MaxConnectionRefreshOption` in the Google Cloud Bigtable C++ client library, detailing its functionality across various versions."],["The latest version available is 2.37.0-rc, while version 2.36.0 is being used as the active version in the current documentation, with a range of versions from 2.35.0 down to 2.11.0 provided."],["`MaxConnectionRefreshOption` determines the maximum time (in milliseconds) that connections to the server can remain idle before being disconnected."],["Setting `MaxConnectionRefreshOption` to `0` disables automatic background connection refreshing, and if it's less than `MinConnectionRefreshOption`, it will default to the value of `MinConnectionRefreshOption`."],["The type alias for `MaxConnectionRefreshOption` is defined as `std::chrono::milliseconds`."]]],[]]