RowInBulkImportResponse specifies the result of a batch write operation in the response to the BulkImport operation.
Data structure
message RowInBulkImportResponse {
required bool is_ok = 1;
optional Error error = 2;
optional ConsumedCapacity consumed = 3;
}
Parameter | Type | Required | Description |
is_ok | bool | Yes | Indicates whether the row was written to the table. Valid values:
|
error | No | The error message for the row operation. | |
consumed | No | The capacity units consumed by the row operation. |