TableInBatchGetRowResponse

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

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

数据结构

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

名称

类型

是否必选

描述

名称

类型

是否必选

描述

table_name

string

数据表名称。

rows

RowInBatchGetRowResponse

读取到的全部行数据。

相关操作

BatchGetRow

  • 本页导读 (1)
  • 数据结构
  • 相关操作