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-14 UTC."],[[["The webpage provides a detailed list of versions for `google::cloud::spanner::SessionPoolMinSessionsOption`, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each version links to specific documentation detailing the `SessionPoolMinSessionsOption` for that release within the Google Cloud C++ client library for Spanner."],["`SessionPoolMinSessionsOption` is designed to manage the minimum number of sessions retained within a pool."],["The minimum number of sessions in a pool can not be set to a negative value, and values equal to and below 0 will be treated as 0."],["The value of this setting can be reduced if it exceeds the `max_sessions_per_channel`."]]],[]]