QueryPerformanceInfo

查詢執行的效能資訊。

JSON 表示法
{

  // Union field data_processed can be only one of the following:
  "zeroMb": boolean,
  "lessThanOneMb": boolean,
  "processedMb": string
  // End of list of possible types for union field data_processed.
}
欄位
聯集欄位 data_processed。這項查詢讀取的資料大小。如要進一步瞭解計算方式,請參閱 https://cloud.google.com/bigquery/pricing#datadata_processed 只能是下列其中一個值:
zeroMb

boolean

如果處理的資料為 0 位元組,則傳回 True。

lessThanOneMb

boolean

如果處理的資料小於 1 MiB,則傳回 True。

processedMb

string (int64 format)

這項查詢讀取的 MiB 資料。設定資料大小是否等於或大於 1 MiB。-1 表示我們無法擷取此查詢的已處理位元組數。