[[["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."],[[["\u003cp\u003eThe JSON representation outlines metadata of an exported query output table, including table path, row count, column information, noise impact, and impact percentage.\u003c/p\u003e\n"],["\u003cp\u003eKey fields include \u003ccode\u003etablePath\u003c/code\u003e for BigQuery project location, \u003ccode\u003erowCount\u003c/code\u003e for total rows, \u003ccode\u003ecolumns[]\u003c/code\u003e for column details, \u003ccode\u003enoiseImpact\u003c/code\u003e for noise level, and \u003ccode\u003eimpactPercentage\u003c/code\u003e for unaffected cells.\u003c/p\u003e\n"]]],["The content defines the structure and metadata of an exported query output table in JSON format. Key elements include `tablePath`, specifying the table's location in BigQuery; `rowCount`, indicating the number of rows; and `columns[]`, providing column-specific information. `noiseImpact` describes the level of noise affecting the table, and `impactPercentage` quantifies the portion of cells unaffected by significant noise, when applicable. This JSON data encapsulates essential details about the result of a query output.\n"],null,["# DestinationTableInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMetadata of an exported query output table.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"tablePath\": string, \"rowCount\": string, \"columns\": [ { object (/ads-data-hub/marketers/reference/rest/v1/ColumnInfo) } ], \"noiseImpact\": enum (/ads-data-hub/marketers/reference/rest/v1/TableNoiseImpact), \"impactPercentage\": number } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| `tablePath` | `string` Table path in the customer BigQuery project. |\n| `rowCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of rows in the result. |\n| `columns[]` | `object (`[ColumnInfo](/ads-data-hub/marketers/reference/rest/v1/ColumnInfo)`)` Information about columns in result |\n| `noiseImpact` | `enum (`[TableNoiseImpact](/ads-data-hub/marketers/reference/rest/v1/TableNoiseImpact)`)` The noise impact message for this table. |\n| `impactPercentage` | `number` If applicable, the percent of cells in this table which are not greatly affected by noise. |"]]