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."],[[["This webpage provides documentation for the `AppProfileIdOption` in the Google Cloud Bigtable C++ library across multiple versions."],["The latest version available is `2.37.0-rc`, and the content includes links to documentation for versions ranging from `2.11.0` to `2.36.0`."],["`AppProfileIdOption` specifies an application profile for a Bigtable instance, determining how requests from an application should be handled."],["The `AppProfileIdOption` is used alongside `bigtable::Table`, and the id of the profile belongs to the instance of that table."],["App profiles are a mechanism to configure how a Bigtable instance manages application requests and are used to support replication, as detailed in external documentation."]]],[]]