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."],[[["This webpage provides documentation for the `SessionPoolMinSessionsOption` in the Google Cloud Spanner C++ client library, which is used to control the minimum size of the session pool."],["The documentation includes links to various versions of the library, ranging from version 2.11.0 up to the latest release candidate, version 2.37.0-rc, as well as including 2.26.0 which is marked at the top of the page."],["`SessionPoolMinSessionsOption` allows users to specify the minimum number of database sessions to maintain in the session pool, with non-positive values being considered as zero."],["The actual minimum sessions will be reduced if it is above the limit imposed by the amount of channels multiplied by the max sessions allowed per channel, which is the overall limit."],["The `SessionPoolMinSessionsOption` is an alias for an `int`, indicating it takes integer values."]]],[]]