在BatchWriteRow操作中表示單個寫入、更新和刪除表資料的配置。
資料結構
message TableInBatchWriteRowRequest {
required string table_name = 1;
repeated RowInBatchWriteRowRequest rows = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 是 | 資料表名稱。 |
rows | 是 | 請求插入、更新和刪除的行資訊。 |
在BatchWriteRow操作中表示單個寫入、更新和刪除表資料的配置。
message TableInBatchWriteRowRequest {
required string table_name = 1;
repeated RowInBatchWriteRowRequest rows = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 是 | 資料表名稱。 |
rows | 是 | 請求插入、更新和刪除的行資訊。 |