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 latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The content provides a list of available versions for the `SessionPoolMinSessionsOption` struct, ranging from the latest 2.37.0-rc down to version 2.11.0."],["`SessionPoolMinSessionsOption` allows users to define the minimum number of sessions maintained within a pool and values of zero or less will be treated as zero."],["The `SessionPoolMinSessionsOption` is an option for `google::cloud::Options` and its value is an integer, defined as an alias of type `int`."],["The effective value set by `SessionPoolMinSessionsOption` can be reduced based on overall session limits."]]],[]]