在 BatchGetRow 操作的返回消息中,表示一个表的数据。

数据结构

message TableInBatchGetRowResponse {
    required string table_name = 1;
    repeated RowInBatchGetRowResponse rows = 2;
}
table_name:
  • 类型:string

  • 描述:该表的表名。

rows:

相关操作

BatchGetRow