This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
{// 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.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],["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"]]