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::SessionPoolMaxIdleSessionsOption Struct Reference

Option for google::cloud::Options to set the maximum number of sessions to keep in the pool in an idle state. More...

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

Public Types

using Type = int
 

Detailed Description

Option for google::cloud::Options to set the maximum number of sessions to keep in the pool in an idle state.

Values <= 0 are treated as 0.

Member Typedef Documentation

◆ Type