在 BatchGetRow 操作的返回訊息中,表示一個表的資料。

資料結構

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

  • 描述:該表的表名。

rows:

相關操作

BatchGetRow