TableInBatchWriteRowRequest

更新时间:
复制 MD 格式

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