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 page lists various versions of the `MaxConnectionRefreshOption` for Google Cloud Bigtable's C++ client library, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The `MaxConnectionRefreshOption` determines the maximum time (in milliseconds) that idle connections to the server are kept open before they are disconnected."],["Setting the `MaxConnectionRefreshOption` value to `0` will prevent any automatic background refreshing of connections."],["The `MaxConnectionRefreshOption` value will be automatically adjusted to match the `MinConnectionRefreshOption` value if it is set to be lower."],["The type used to define `MaxConnectionRefreshOption` is an alias for `std::chrono::milliseconds`."]]],[]]