Column
JSON representation |
{
"columnId": string,
"columnType": {
object (FieldType )
}
} |
Fields |
columnId |
string
Column identifier.
|
columnType |
object (FieldType )
Column type.
|
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."],[[["Defines the structure for representing a table column using JSON."],["Includes `columnId` to identify the column and `columnType` to specify its data type using the FieldType object."],["The provided JSON schema is used for defining columns within tables."]]],["The provided content defines a table column using a JSON representation. Each column is described by a `columnId`, which is a string identifier, and a `columnType`, which is an object referencing a `FieldType`. This schema dictates that each column within a table must have a unique string ID and a designated data type specified by the associated `FieldType` object.\n"]]