TableInBatchGetRowResponse

更新时间: 2024-07-04 09:43:42

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

数据结构

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

名称

类型

是否必选

描述

table_name

string

数据表名称。

rows

RowInBatchGetRowResponse

读取到的全部行数据。

相关操作

BatchGetRow

上一篇: TableInBatchGetRowRequest 下一篇: TableInBatchWriteRowRequest
阿里云首页 表格存储 相关技术圈