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

TableInBatchWriteRowResponse

BatchWriteRow操作中表示對一個表進行寫入的結果。

數據結構

message TableInBatchWriteRowResponse {
    required string table_name = 1;
    repeated RowInBatchWriteRowResponse rows = 2;
}

名稱

類型

是否必選

描述

table_name

string

數據表名稱。

rows

repeated RowInBatchWriteRowResponse

一行寫入操作的結果。

相關操作

BatchWriteRow