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."],[[["This webpage provides documentation for the `MaxConnectionRefreshOption` in the Google Cloud Bigtable C++ client library, detailing its functionality across various versions."],["The `MaxConnectionRefreshOption` sets the maximum duration for idle connections before they are disconnected by the server."],["Setting `MaxConnectionRefreshOption` to `0` disables automatic background refreshing of connections."],["The minimum refresh option must not be greater than the maximum, otherwise the maximum refresh time is automatically set to the minimum."],["The `MaxConnectionRefreshOption` is a type alias for `std::chrono::milliseconds`, used to specify time in milliseconds."]]],[]]