Column
ستون جدول را تعریف می کند.
نمایندگی JSON |
---|
{
"columnId": string,
"columnType": {
object (FieldType )
}
} |
زمینه های |
---|
columnId | string شناسه ستون. |
columnType | object ( FieldType ) نوع ستون. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-09-26 بهوقت ساعت هماهنگ جهانی."],[[["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"]]