{// 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.}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2022-09-27 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."]]],[]]