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-04-09 UTC."],[[["The webpage provides documentation for the `SessionPoolMinSessionsOption` in the Google Cloud Spanner C++ client library."],["Version 2.37.0-rc is the latest release, with links to older versions ranging back to 2.11.0, which is located at the bottom of the provided content."],["`SessionPoolMinSessionsOption` configures the minimum number of sessions to maintain in a session pool and is applied as a `google::cloud::Options` setting."],["Values for the `SessionPoolMinSessionsOption` that are less than or equal to 0 will be interpreted as 0, and the actual value is also limited by the total session limits per channel."],["The type alias for `SessionPoolMinSessionsOption` is `int`, meaning it uses integer values."]]],[]]