EntityType
org.sagebionetworks.repo.model.EntityType
Type of the Entity
Enumeration
| name | description |
|---|---|
| project | TODO: Auto-generated description |
| folder | TODO: Auto-generated description |
| file | TODO: Auto-generated description |
| table | TODO: Auto-generated description |
| link | TODO: Auto-generated description |
| entityview | TODO: Auto-generated description |
| dockerrepo | TODO: Auto-generated description |
| submissionview | Type for entities that define evaluation submission views |
| dataset | A dataset is a view of a list of entities. |
| datasetcollection | A dataset collection is a view of a list of datasets. |
| materializedview | A materialized view is a view whose content is defined by a Synapse SQL query and it is persisted as a synapse table. |
| virtualtable | A virtual table is represents the results of Synapse SQL query. The results are not persisted and the query is run each time the virtual table is queried. |
| recordset | A special type of file that captures record-based metadata as a special type of CSV. |