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-03-21 UTC."],[[["This webpage provides documentation for the `TableView` enum in the Google BigQuery v2 API, used for controlling the data returned in a GetTable operation."],["The `TableView` enum has three fields: `Basic`, `Full`, and `StorageStats`, each defining the level of table information returned."],["The `Basic` view is the most efficient, only containing schema and partitioning, while the `Full` view contains all available information and the `StorageStats` view contains the basic view information and storage statistics."],["The page also details versioning for the `TableView` enum, spanning from version 2.2.0 up to the latest version, 3.11.0."]]],[]]