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 documents various versions of the `MaxConnectionRefreshOption` for Google Cloud Bigtable's C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`MaxConnectionRefreshOption` controls the maximum time in milliseconds that idle connections are kept alive before being disconnected by the server."],["The connections will not be automatically refreshed in the background if the MaxConnectionRefreshOption is set to 0."],["If the `MaxConnectionRefreshOption` value is set lower than `MinConnectionRefreshOption`, it will automatically be set to match the `MinConnectionRefreshOption` value."],["The `MaxConnectionRefreshOption` has a type alias of `std::chrono::milliseconds`."]]],[]]