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-21 UTC."],[[["This webpage provides a version history and documentation for `SessionPoolMinSessionsOption` in the Google Cloud Spanner C++ library."],["The latest release candidate version for `SessionPoolMinSessionsOption` is `2.37.0-rc`, with historical versions ranging from `2.36.0` down to `2.11.0`."],["`SessionPoolMinSessionsOption` is an option used within `google::cloud::Options` to manage the minimum number of sessions maintained in a pool, where values of 0 or less are considered as 0."],["The minimum number of sessions set by this option can be constrained by the maximum number of sessions permitted per channel, multiplied by the total number of channels."],["The `SessionPoolMinSessionsOption` uses an alias of type `int` to define the minimum number of sessions to keep in the pool."]]],[]]