Indicates the write results for a table in the BatchWriteRow operation.
Data structure
message TableInBatchWriteRowResponse {
required string table_name = 1;
repeated RowInBatchWriteRowResponse rows = 2;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the data table. |
rows | repeated RowInBatchWriteRowResponse | Yes | The result of writing rows to the table. |