DownloadFromTableResult
org.sagebionetworks.repo.model.table.DownloadFromTableResult
The response body of an asynchronous CSV table download job.
Field | Type | Description |
---|---|---|
concreteType | STRING | |
resultsFileHandleId | STRING | The resulting file handle ID can be used to download the CSV file created by this job. The file will contain all of the data requested in the query SQL provided when the job was started. |
tableId | STRING | The ID of the table identified in the from clause of the table query. |
etag | 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. |
headers | ARRAY<SelectColumn> | The list of SelectColumns that describes the rows of this set. |