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 |
Yes |
The rows to insert, modify, or delete in the table. |