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 partition size to be generated by 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 partition size to be generated by Client::PartitionRead()
or PartitionQuery()
.
The default for this option is currently 1 GiB. This is only a hint. The actual size of each partition may be smaller or larger than this request.
using google::cloud::spanner::PartitionSizeOption::Type = std::int64_t |