BigQuery Client - Class TableMetadataView (1.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Namespace
Google \ Cloud \ BigQuery
Constants
BASIC
Value: 'BASIC'
Includes basic table information including schema and partitioning specification.
This view does not include storage statistics such as numRows or numBytes.
This view is significantly more efficient and should be used to support high query rates.
FULL
Value: 'FULL'
Includes all table information, including storage statistics.
It returns same information as STORAGE_STATS view, but may contain additional information in the future.
STORAGE_STATS
Value: 'STORAGE_STATS'
Includes all information in the BASIC view as well as storage statistics
(numBytes, numLongTermBytes, numRows and lastModifiedTime).
UNSPECIFIED
Value: 'TABLE_METADATA_VIEW_UNSPECIFIED'
The default value. Default to the STORAGE_STATS view.
[[["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 2026-05-12 UTC."],[],[]]