ما اسناد خود را با جدیدترین ویژگیها و بهروزرسانیهای معرفی شده توسط
دو تجربه جدید Ads Data Hub بهروزرسانی کردهایم.
تبلیغکنندگان، آژانسها و ناشران به سایت
بازاریابان مراجعه کنند.
فروشندگان و شرکا به سایت
Measurement Partners مراجعه کنید.
QueryPerformanceInfo
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],["The query performance information describes the size of data read during query execution. The `data_processed` field indicates this size and can be one of three types: `zeroMb` (true if 0 bytes), `lessThanOneMb` (true if less than 1 MiB), or `processedMb` (a string representing the size in MiB for 1 MiB or larger; -1 indicates inability to fetch the size). The pricing is determined using this processed data.\n"]]