ColumnInfo
Metadata of a destination table column.
JSON representation |
{
"name": string,
"noiseImpact": enum (ColumnNoiseImpact ),
"impactPercentage": number
} |
Fields |
name |
string
The column name
|
noiseImpact |
enum (ColumnNoiseImpact )
The noise impact message for this column.
|
impactPercentage |
number
If applicable, the share this column contributes to the noise impact.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Destination table column metadata is represented in JSON format."],["The metadata includes the column name, noise impact details (type and percentage), structured within a specific schema."],["Developers can utilize this schema to understand and interact with column metadata programmatically."]]],["The content defines the JSON representation and fields for destination table column metadata. The JSON includes `name` (the column's name), `noiseImpact` (a message about the column's noise impact), and `impactPercentage` (the column's contribution to the overall noise impact). These details are structured as a string, an enum, and a number, respectively, providing a standardized format for column metadata.\n"]]