Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
Option for google::cloud::Options
to set the desired maximum number of partitions to return from Client::PartitionRead()
or PartitionQuery()
.
More...
#include <google/cloud/spanner/options.h>
Public Types | |
using | Type = std::int64_t |
Option for google::cloud::Options
to set the desired maximum number of partitions to return from Client::PartitionRead()
or PartitionQuery()
.
For example, this may be set to the number of workers available. The default for this option is currently 10,000. The maximum value is currently 200,000. This is only a hint. The actual number of partitions returned may be smaller or larger than this request.
using google::cloud::spanner::PartitionsMaximumOption::Type = std::int64_t |