TableMeta

更新时间: 2026-04-29 17:17:40

TableMeta defines the schema of a table.

Data structure

message TableMeta {
    required string table_name = 1;
    repeated PrimaryKeySchema primary_key = 2;
    repeated definedColumnsSchema defined_Columns = 3;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the table.

primary_key

repeated PrimaryKeySchema

Yes

The primary key columns of the table.

defined_Columns

repeated DefinedColumnSchema

No

The information about the predefined columns of the table.

Related operations

上一篇: TableInBatchWriteRowResponse 下一篇: TableOptions
阿里云首页 表格存储 相关技术圈