在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 | 是 | 讀取到的全部行數據。 |