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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The content provides documentation and version history for the `AppProfileIdOption` within the Google Cloud Bigtable C++ library."],["Version 2.37.0-rc is the latest release candidate for the `AppProfileIdOption`, with a list of the previous version available going down to 2.11.0."],["`AppProfileIdOption` is a setting used in conjunction with `bigtable::Table` to manage how a Cloud Bigtable instance handles requests from an application."],["An application profile, set using the `AppProfileIdOption`, contains settings for Cloud Bigtable instances to handle incoming requests from an application."],["App profiles, which can be managed with this option, are key to achieving replication in Cloud Bigtable, allowing for control over how data is handled in different regions."]]],[]]