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 documentation for the `SessionPoolMinSessionsOption` within the Google Cloud Spanner C++ client library."],["This option allows users to configure the minimum number of database sessions to be maintained in the session pool."],["The latest version of this functionality is available in version 2.37.0-rc, with documentation available for versions ranging down to 2.11.0."],["Setting the `SessionPoolMinSessionsOption` to a value less than or equal to 0 will be interpreted as 0 sessions, and it can be set via `google::cloud::Options`."],["The minimum amount of sessions set can be reduced if it surpasses the overall session count, calculated by the maximum sessions per channel multiplied by the total number of channels."]]],[]]