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

Option for google::cloud::Options to set a limit on how much data will be buffered to guarantee resumability of a streaming read or SQL query. More...

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

Public Types

using Type = std::size_t
 

Detailed Description

Option for google::cloud::Options to set a limit on how much data will be buffered to guarantee resumability of a streaming read or SQL query.

If the limit is exceeded, and the stream is subsequently interrupted before a new resumption point can be established, the read/query will fail.

Member Typedef Documentation

◆ Type