Column
ייצוג JSON |
{
"columnId": string,
"columnType": {
object (FieldType )
}
} |
שדות |
columnId |
string
מזהה עמודה.
|
columnType |
object (FieldType )
סוג עמודה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-09-27 (שעון UTC).
[null,null,["עדכון אחרון: 2022-09-27 (שעון 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"]]