全部產品
Search
文件中心

Tablestore:TableInBatchWriteRowResponse

更新時間:Jul 20, 2024

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

資料結構

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

名稱

類型

是否必選

描述

table_name

string

資料表名稱。

rows

repeated RowInBatchWriteRowResponse

一行寫入操作的結果。

相關操作

BatchWriteRow