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-03-21 UTC."],[[["This webpage details the `SessionPoolManager` class, which is primarily used to manage sessions for `SpannerConnection` in the Google.Cloud.Spanner.Data library."],["The latest version available for reference on this page is `5.0.0-beta05`, with a multitude of prior versions ranging down to `3.5.0` being also accessible."],["The `SessionPoolManager` class provides a default instance that `SpannerConnection` utilizes unless another is specified during the construction."],["Users can configure the session pool options for each `SessionPool` created by the `SessionPoolManager` by accessing the `SessionPoolOptions` property."],["Developers have the capability to create a custom `SessionPoolManager` by using the `Create` method and supplying specific session pool options and a logger."]]],[]]