GridUpdateResponse
org.sagebionetworks.repo.model.grid.update.GridUpdateResponse
Response summarizing the outcome of a grid update operation.
| Field | Type | Description |
|---|---|---|
| updateResults | ARRAY<INTEGER> | Number of rows updated for each update in the batch, in the same order as the request. Each element corresponds to one update operation. |
| totalRowsUpdated | INTEGER | Total number of rows updated across all updates in the batch. |