Specifies the configurations of a table in which a single row is inserted, modified, or deleted in the BatchWriteRow operation.
Data structure
message TableInBatchWriteRowRequest {
required string table_name = 1;
repeated RowInBatchWriteRowRequest rows = 2;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the data table. |
rows | Yes | The information about the row that is inserted, modified, or deleted in the table. |