Bigtable stores data in massively scalable tables, each of which is a sorted key/value map. A Cloud Bigtable table is identified by the instance it is contained in and its table_id.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides documentation for the `TableResource` class in the Google Cloud Bigtable C++ client library, with version 2.37.0-rc being the latest and many previous versions available."],["The `TableResource` class represents a Cloud Bigtable table, which is a sorted key/value map, identified by its instance and `table_id`."],["You can construct a `TableResource` object by providing either an `InstanceResource` and a `table_id` or by using `project_id`, `instance_id`, and `table_id`."],["The class provides functions like `instance()`, `table_id()`, and `FullName()` to retrieve information about the table's instance, ID, and fully qualified name respectively."],["It is the responsibility of the application to ensure that valid project, instance, and table IDs are provided when constructing the class."]]],[]]