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#data를 참조하세요. data_processed은 다음 중 하나여야 합니다.
zeroMb

boolean

처리된 데이터가 0바이트인 경우 true입니다.

lessThanOneMb

boolean

처리된 데이터가 1MiB 미만인 경우 true입니다.

processedMb

string (int64 format)

이 쿼리가 읽는 MiB 데이터 데이터 크기가 1MiB 이상인지 설정합니다. -1은 이 쿼리에 대해 처리된 바이트를 가져올 수 없음을 의미합니다.