Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
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 |
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).