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

:TableMeta

最終更新日:Mar 23, 2020

TableMetaの構造情報を示します。

データ構造

  1. message TableMeta {
  2. required string table_name = 1;
  3. repeated PrimaryKeySchema primary_key = 2;
  4. }

table_name

  • 型: 文字列

  • 説明: このテーブルの名前。

primary_key

  • 型: repeated PrimaryKeySchema

  • 説明: このテーブルのすべてのプライマリキー列。

関連する操作

CreateTable

DescribeTable