全部產品
Search
文件中心

Tablestore:TableInBatchGetRowResponse

更新時間:Jul 05, 2024

在BatchGetRow操作的返回訊息中表示讀取到的表資料。

資料結構

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

名稱

類型

是否必選

描述

table_name

string

資料表名稱。

rows

RowInBatchGetRowResponse

讀取到的全部行資料。

相關操作

BatchGetRow