TableMeta
更新時間:
Copy as MD
TableMeta 定義表的結構資訊。
資料結構
message TableMeta {
required string table_name = 1;
repeated PrimaryKeySchema primary_key = 2;
repeated definedColumnsSchema defined_Columns = 3;
}
|
參數 |
類型 |
是否必選 |
描述 |
|
table_name |
string |
是 |
表名。 |
|
primary_key |
repeated PrimaryKeySchema |
是 |
表的全部主鍵列。 |
|
defined_Columns |
repeated DefinedColumnSchema |
否 |
表的預定義列資訊。 |
相關操作
该文章对您有帮助吗?