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

:TableInBatchGetRowResponse

最終更新日:Mar 23, 2020

BatchGetRow 操作で返されるメッセージ内のテーブルのデータを示します。

データ構造

  1. message TableInBatchGetRowResponse {
  2. required string table_name = 1;
  3. repeated RowInBatchGetRowResponse rows = 2;
  4. }

table_name

  • 型: 文字列

  • このテーブルの名前。

rows

関連する操作

BatchGetRow