すべてのプロダクト
Search
ドキュメントセンター

Tablestore:TableMeta

最終更新日:Dec 28, 2024

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

いいえ

テーブルの定義済み列に関する情報。

関連操作