15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_PARTITION_OPTIONS_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_PARTITION_OPTIONS_H 20 #include <google/spanner/v1/spanner.pb.h> 66 google::spanner::v1::PartitionOptions ToProto(PartitionOptions
const&);
74 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_PARTITION_OPTIONS_H
bool operator!=(PartitionOptions const &a, PartitionOptions const &b)
optional< std::int64_t > max_partitions
The desired maximum number of partitions to return.
Contains all the Cloud Spanner C++ client types and functions.
optional< std::int64_t > partition_size_bytes
The desired data size for each partition generated.
#define SPANNER_CLIENT_NS
bool operator==(PartitionOptions const &a, PartitionOptions const &b)
Options passed to Client::PartitionRead or Client::PartitionQuery.