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-02 UTC."],[[["This page provides documentation for the `SessionPoolMinSessionsOption` within the Google Cloud Spanner C++ client library."],["It offers a versioned history of the `SessionPoolMinSessionsOption` documentation, with versions ranging from 2.11.0 to 2.37.0-rc (the latest)."],["The `SessionPoolMinSessionsOption` allows users to set the minimum number of sessions maintained in the Spanner session pool, with values less than or equal to 0 defaulting to 0."],["The minimum number of sessions is ultimately limited by the overall maximum number of sessions allowed."],["The `SessionPoolMinSessionsOption` type is an alias for the `int` type."]]],[]]