Option for google::cloud::Options to set the interval at which we refresh sessions so they don't get collected by the backend GC.
The GC collects objects older than 60 minutes, so any duration below that (less some slack to allow the calls to be made to refresh the sessions) should suffice.
[[["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 page lists various versions of the `SessionPoolKeepAliveIntervalOption` for Google Cloud Spanner's C++ client library, with version 2.37.0-rc being the latest."],["Each version listed corresponds to a specific release of the C++ library, allowing users to access documentation relevant to their version, including versions as old as 2.11.0."],["The `SessionPoolKeepAliveIntervalOption` allows setting an interval for refreshing sessions to prevent garbage collection by the backend, which collects objects older than 60 minutes."],["The type alias for this option is `std::chrono::seconds`, indicating the interval is specified in seconds."],["This page offers documentation to configure the session refresh interval for `google::cloud::Options` to prevent the backend garbage collector from collecting sessions."]]],[]]