Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::Connection::PartitionReadParams Struct Reference

Wrap the arguments to PartitionRead(). More...

#include <google/cloud/spanner/connection.h>

Public Attributes

ReadParams read_params
 
PartitionOptions partition_options
 

Detailed Description

Wrap the arguments to PartitionRead().

Definition at line 84 of file connection.h.

Member Data Documentation

◆ partition_options

PartitionOptions google::cloud::spanner::v1::Connection::PartitionReadParams::partition_options

Definition at line 86 of file connection.h.

◆ read_params

ReadParams google::cloud::spanner::v1::Connection::PartitionReadParams::read_params

Definition at line 85 of file connection.h.