public enum TableView
Reference documentation and code samples for the Google BigQuery v2 API enum TableView.
Controls the data returned in a GetTable operation, specified in GetTableOptions.
Namespace
Google.Cloud.BigQuery.V2Assembly
Google.Cloud.BigQuery.V2.dll
Fields |
|
---|---|
Name | Description |
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 |
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). |