Cloud Bigtable Table

Cloud Bigtable Table is a scalable, high-performance NoSQL table in Google Cloud Bigtable. It is designed for large analytical and operational workloads, supporting massive datasets with low-latency reads and writes. Tables are automatically sharded across nodes and can handle billions of rows and thousands of columns, making them ideal for time-series data, IoT, financial data, and personalization use cases.

gcp.bigtableadmin_table

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
automated_backup_policycorejsonIf specified, automated backups are enabled for this table. Otherwise, automated backups are disabled.
change_stream_configcorejsonIf specified, enable the change stream on this table. Otherwise, the change stream is disabled and the change stream is not retained.
datadog_display_namecorestring
deletion_protectioncoreboolSet to true to make the table protected against data loss. i.e. deleting the following resources through Admin APIs are prohibited: * The table. * The column families in the table. * The instance containing the table. Note one can still delete the data stored in the table through Data APIs.
granularitycorestringImmutable. The granularity (i.e. `MILLIS`) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
labelscorearray<string>
namecorestringThe unique name of the table. Values are of the form `projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*`. Views: `NAME_ONLY`, `SCHEMA_VIEW`, `REPLICATION_VIEW`, `STATS_VIEW`, `FULL`
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
restore_infocorejsonOutput only. If this table was restored from another data source (e.g. a backup), this field will be populated with information about the restore.
statscorejsonOutput only. Only available with STATS_VIEW, this includes summary statistics about the entire table contents. For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.
tagscorehstore