All Products
Search
Document Center

Tablestore:TableInBatchWriteRowRequest

Last Updated:Apr 29, 2026

Specifies the configurations of a table in which rows are inserted, modified, or deleted in a single BatchWriteRow operation.

Data structure

message TableInBatchWriteRowRequest {
    required string table_name = 1;
    repeated RowInBatchWriteRowRequest rows = 2;
}

All parameters are required.

Parameter

Type

Required

Description

table_name

string

Yes

The name of the data table.

rows

RowInBatchWriteRowRequest

Yes

The rows to insert, modify, or delete in the table.

What's next

BatchWriteRow