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

Option for google::cloud::Options to set the name of an index on a database table. More...

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

Public Types

using Type = std::string
 

Detailed Description

Option for google::cloud::Options to set the name of an index on a database table.

This index is used instead of the table primary key when interpreting the KeySet and sorting result rows.

Member Typedef Documentation

◆ Type