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 document details the `TableResource` class in Google Cloud Bigtable's C++ library, used for identifying and interacting with Bigtable tables."],["The class `TableResource` represents a Cloud Bigtable table and is identified by its containing instance and a unique `table_id`, within a versioned context."],["The latest version of `TableResource` is `2.37.0-rc`, with numerous older versions, ranging down to version `2.11.0`, also listed and accessible."],["`TableResource` objects can be constructed using either an `InstanceResource` object and `table_id`, or by providing `project_id`, `instance_id`, and `table_id` directly."],["The `TableResource` class provides methods to retrieve the associated `InstanceResource`, the table's ID, and the fully qualified table name, however the application must validate the provided id's."]]],[]]