TableFileHandleResults
org.sagebionetworks.repo.model.table.TableFileHandleResults
JSON schema for TableFileHandleResults.
| Field | Type | Description |
|---|---|---|
| tableId | STRING | The ID of the TableEntity than owns these rows |
| headers | ARRAY<SelectColumn> | The list of ColumnModels ID that describes the rows of this set. |
| rows | ARRAY<FileHandleResults> | For each row a list of file handles for each requested column |