Option for google::cloud::Options to set the minimum number of sessions to keep in the pool.
Values <= 0 are treated as 0. This value will effectively be reduced if it exceeds the overall limit on the number of sessions (max_sessions_per_channel * number of channels).
[[["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 `SessionPoolMinSessionsOption` within the Google Cloud Spanner C++ client library, specifically detailing its availability across various versions."],["The latest release candidate version for `SessionPoolMinSessionsOption` is 2.37.0-rc, and there are other versions listed, from version 2.36.0 down to 2.11.0."],["`SessionPoolMinSessionsOption` allows setting the minimum number of sessions to be maintained in a pool, and is an option for the `google::cloud::Options` class."],["Values less than or equal to 0 for `SessionPoolMinSessionsOption` are interpreted as 0, and this setting's effectiveness can be limited by the maximum allowed number of sessions."],["The `SessionPoolMinSessionsOption` data type is an alias of `int`."]]],[]]