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 webpage provides documentation for the `SessionPoolMinSessionsOption` within the Google Cloud Spanner C++ client library."],["Version 2.37.0-rc is the latest release, while version 2.18.0 is the current starting point for the documented historical versions."],["The `SessionPoolMinSessionsOption` controls the minimum number of sessions kept active in the connection pool for a smoother experience."],["The value for the minimum sessions to keep in the pool is an integer, and any values less than or equal to 0 are treated as 0."],["The effective minimum session count can be reduced if it surpasses the overall session limit defined by the maximum sessions per channel multiplied by the number of channels."]]],[]]