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 page provides documentation for the `TableResource` class in the Google Cloud Bigtable C++ client library, with version `2.29.0` being the version of the page."],["The `TableResource` class represents a Cloud Bigtable table, which is a sorted key/value map, identified by its containing instance and table ID."],["The class offers constructors to create `TableResource` objects either by specifying an `InstanceResource` and `table_id` or by using `project_id`, `instance_id`, and `table_id`."],["The `TableResource` class provides functions to retrieve the containing `InstanceResource`, the table ID, and the fully qualified table name."],["The latest release candidate version available is 2.37.0-rc, and there are many different versions for the reference available, ranging from 2.11.0 to the newest release candidate."]]],[]]