在BatchGetRow操作的返回訊息中表示讀取到的表資料。
資料結構
message TableInBatchGetRowResponse {
required string table_name = 1;
repeated RowInBatchGetRowResponse rows = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 是 | 資料表名稱。 |
rows | 是 | 讀取到的全部行資料。 |
在BatchGetRow操作的返回訊息中表示讀取到的表資料。
message TableInBatchGetRowResponse {
required string table_name = 1;
repeated RowInBatchGetRowResponse rows = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 是 | 資料表名稱。 |
rows | 是 | 讀取到的全部行資料。 |