UploadToTableRequest
org.sagebionetworks.repo.model.table.UploadToTableRequest
A CSV table upload request.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| entityId | STRING | |
| tableId | STRING | The ID of the table. |
| uploadFileHandleId | STRING | The ID of the file handle for a type of UPLOAD |
| updateEtag | STRING | Any RowSet returned from Synapse will contain the current etag of the change set. To update any rows from a RowSet the etag must be provided with the POST. |
| linesToSkip | INTEGER | The number of lines to skip from the start of the file. The default value of 0 will be used if this is not provided by the caller. |
| csvTableDescriptor | CsvTableDescriptor | The description of a csv for upload or download. |
| columnIds | ARRAY<STRING> | Deprecated. |