Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
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 |
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.
using google::cloud::spanner::StreamingResumabilityBufferSizeOption::Type = std::size_t |