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 the number of rows to yield from Client::Read()
.
More...
#include <google/cloud/spanner/options.h>
Public Types | |
using | Type = std::int64_t |
Option for google::cloud::Options
to set a limit on the number of rows to yield from Client::Read()
.
There is no limit when the option is unset, or when it is set to 0.
using google::cloud::spanner::ReadRowLimitOption::Type = std::int64_t |