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-21 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."]]],[]]