全部产品
Search
文档中心

表格存储:TableInBatchGetRowResponse

更新时间:Jul 04, 2024

在BatchGetRow操作的返回消息中表示读取到的表数据。

数据结构

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

名称

类型

是否必选

描述

table_name

string

数据表名称。

rows

RowInBatchGetRowResponse

读取到的全部行数据。

相关操作

BatchGetRow