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

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
 

Detailed Description

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.

Member Typedef Documentation

◆ Type