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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The latest version available is 2.37.0-rc, with numerous prior versions, such as 2.36.0, 2.35.0, and so on, also listed."],["All versions listed provide documentation for `SessionPoolMinSessionsOption` within the `google::cloud::spanner` namespace."],["This content pertains to setting the minimum number of sessions to maintain in a pool, utilizing the `google::cloud::Options`."],["The minimum sessions value is treated as 0 if it's set to 0 or less, and it can be limited by the maximum number of sessions allowed."],["The `SessionPoolMinSessionsOption` type is defined as an alias of the `int` type."]]],[]]