Manages sessions used by SpannerConnection. This is rarely used
directly by user code; it's public to provide flexibility when custom options are
required.
[[["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."],[[["The latest version of the `SessionPoolManager` documentation is 5.0.0-beta05, with various previous versions also documented, including version 3.5.0."],["`SessionPoolManager` is used to manage sessions for `SpannerConnection` and is primarily used internally, although it can be accessed for custom configuration."],["It features a static `Default` property for retrieving the default session pool manager, utilized by `SpannerConnection` unless specified otherwise."],["It has a static `Create` method, allowing the creation of a `SessionPoolManager` with custom `SessionPoolOptions` and an optional logger."],["It allows configuration of `SessionPoolOptions`, which dictate how session pools are created by the manager."]]],[]]