Ads Data Hub의
두 가지 새로운 환경에 의해 도입된 최신 기능과 업데이트를 포함하여 문서가 업데이트되었습니다.
광고주, 대행사, 게시자는
마케팅 담당자 사이트를 참고하세요.
공급업체와 파트너는
측정 파트너 사이트를 참고하세요.
QueryPerformanceInfo
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-09-26(UTC)
[null,null,["최종 업데이트: 2022-09-26(UTC)"],[[["This documentation describes the JSON representation of performance information for BigQuery query execution, specifically focusing on the data processed."],["The `data_processed` field indicates the size of data read by a query, and can be represented as `zeroMb`, `lessThanOneMb`, or `processedMb` in the JSON response."],["The fields `zeroMb` and `lessThanOneMb` are boolean values indicating whether the processed data is 0 bytes or less than 1 MiB, respectively."],["The `processedMb` field is a string representing the data size in MiB if it is equal to or larger than 1 MiB, with -1 indicating an inability to fetch the processed bytes."]]],[]]