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

Tablestore:TableInBatchGetRowResponse

最終更新日:Dec 28, 2024

テーブルで読み取られた行データを指定します。

データ構造

message TableInBatchGetRowResponse {
    required string table_name = 1; // データテーブルの名前。
    repeated RowInBatchGetRowResponse rows = 2; // テーブルで読み取られたすべての行データ。
}

パラメーター

必須

説明

table_name

string

はい

データテーブルの名前。

rows

RowInBatchGetRowResponse

はい

テーブルで読み取られたすべての行データ。

参照

BatchGetRow