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."],[[["The `SessionPoolManager` class manages sessions for `SpannerConnection`, typically used indirectly by user code."],["The latest available version is `5.0.0-beta05`, and it lists various other versions from `3.5.0` up to the present version."],["It includes a `Default` property that provides a default session pool manager used by `SpannerConnection` unless a different pool is specified."],["It also includes a `SessionPoolOptions` property that determines the options for every `SessionPool` created by the session pool manager."],["The `Create` method enables the creation of a `SessionPoolManager` with custom `SessionPoolOptions` and a specified `Logger`."]]],[]]