Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::spanner::SessionPoolMinSessionsOption Struct Reference

Option for google::cloud::Options to set the minimum number of sessions to keep in the pool. More...

#include <google/cloud/spanner/options.h>

Public Types

using Type = int
 

Detailed Description

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).

Member Typedef Documentation

◆ Type