Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Types | List of all members
google::cloud::spanner::v1::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).

Definition at line 93 of file options.h.

Member Typedef Documentation

◆ Type

Definition at line 94 of file options.h.