Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Classes
Bigtable Client Library Configuration Options

Classes

struct  google::cloud::bigtable::AppProfileIdOption
 The application profile id. More...
 
struct  google::cloud::bigtable::MinConnectionRefreshOption
 Minimum time in ms to refresh connections. More...
 
struct  google::cloud::bigtable::MaxConnectionRefreshOption
 Maximum time in ms to refresh connections. More...
 
struct  google::cloud::bigtable::DataRetryPolicyOption
 Option to configure the retry policy used by Table. More...
 
struct  google::cloud::bigtable::DataBackoffPolicyOption
 Option to configure the backoff policy used by Table. More...
 
struct  google::cloud::bigtable::IdempotentMutationPolicyOption
 Option to configure the idempotency policy used by Table. More...
 

Detailed Description

The Bigtable client library uses the same mechanism as all other C++ client libraries for configuration. As usual for the C++ client libraries, it adds a number of unique options only applicable for the Bigtable library.

See also
Client Library Configuration - for an overview of client library configuration.