日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

TableInBatchGetRowResponse

BatchGetRow操作的返回消息中表示讀取到的表數據。

數據結構

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

名稱

類型

是否必選

描述

table_name

string

數據表名稱。

rows

RowInBatchGetRowResponse

讀取到的全部行數據。

相關操作

BatchGetRow