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."],[[["This webpage provides documentation for the `SessionPoolMinSessionsOption` within the Google Cloud Spanner C++ client library, specifically detailing its functionality across various versions."],["The `SessionPoolMinSessionsOption` is used to configure the minimum number of sessions that should be maintained in a session pool, helping to optimize performance."],["The latest version documented is 2.37.0-rc, and the page provides links to documentation for multiple older versions of this option, spanning down to version 2.11.0."],["Values for `SessionPoolMinSessionsOption` that are less than or equal to zero are treated as zero, and the effective minimum session count can be reduced if resource constraints exist."],["This option is tied to `google::cloud::Options`, and the underlying type of `SessionPoolMinSessionsOption` is represented by the integer data type."]]],[]]