Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::bigtable::AppProfileIdOption Struct Reference

The application profile id. More...

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

Public Types

using Type = std::string
 

Detailed Description

The application profile id.

An application profile, or app profile, stores settings that tell your Cloud Bigtable instance how to handle incoming requests from an application. When an applications connects to a Bigtable instance, it can specify an app profile, and Bigtable uses that app profile for requests that the application sends over that connection.

This option is always used in conjunction with a bigtable::Table. The app profile belongs to the table's instance, with an id given by the value of this option.

See also
https://cloud.google.com/bigtable/docs/app-profiles for an overview of app profiles.
https://cloud.google.com/bigtable/docs/replication-overview#app-profiles for how app profiles are used to achieve replication.

Member Typedef Documentation

◆ Type