BigQuery API (bigquery:v2)

2022-06-04

1 updated method

Updates

    Methods
  • bigquery.tables.get

      Parameters:

        view

          Description: Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned.

          Type: string

          Enum Descriptions:

        • 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.
        • Includes all table information, including storage statistics. It returns same information as STORAGE_STATS view, but may contain additional information in the future.
        • Includes all information in the BASIC view as well as storage statistics (numBytes, numLongTermBytes, numRows and lastModifiedTime).
        • The default value. Default to the STORAGE_STATS view.
        • Location: query

          Enum:

        • BASIC
        • FULL
        • STORAGE_STATS
        • TABLE_METADATA_VIEW_UNSPECIFIED