UploadToTableResult
org.sagebionetworks.repo.model.table.UploadToTableResult
The result of a CSV table upload job.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| rowsProcessed | INTEGER | The number of rows that were read from the provided file and applied to the table. |
| etag | STRING | The new etag of the version applied to the table. |