{// 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.}
Fields
Union field data_processed. Data size this query reads. See https://cloud.google.com/bigquery/pricing#data for details on how this is calculated. data_processed can be only one of the following:
[[["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 query execution, specifically focusing on the data processed."],["The `data_processed` field indicates the size of data read by the query and can be represented as `zeroMb`, `lessThanOneMb`, or `processedMb`."],["`processedMb` provides the data size in MiB if it's 1 MiB or larger, using a string format for `int64` values, with -1 signifying 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"]]