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
Includes all table information, including storage statistics. It returns same
information as StorageStats view, but may contain additional information in
the future.
StorageStats
Includes all information in the Basic view as well as storage statistics (numBytes,
numLongTermBytes, numRows and lastModifiedTime).
[[["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 2025-04-17 UTC."],[[["This page provides reference documentation for the `TableView` enum within the Google BigQuery v2 API, which controls the data returned in a GetTable operation."],["The latest version available is 3.11.0, and this page's content is regarding version 3.10.0, with links available to other versions ranging from 2.2.0 to 3.11.0."],["The `TableView` enum offers three fields: `Basic`, `Full`, and `StorageStats`, each defining a different level of detail for the table information returned."],["The `Basic` view is the most efficient, providing only essential table information like schema and partitioning, without storage statistics."],["The `Full` view provides all table information, including storage statistics and possibly additional details in the future, while the `StorageStats` view provides basic information along with storage statistics like number of bytes, rows and last modified time."]]],[]]