The Open API specification for Synapse is now available for download!

Download Open API Spec

EntityType

org.sagebionetworks.repo.model.EntityType

Type of the Entity

Enumeration
name description
project A project entity, used to organize and manage related data, code, and resources.
folder A folder entity, used to group and organize entities within a project.
file A file entity, representing a file stored in Synapse.
table A table entity, representing tabular data in Synapse.
link A link entity, used to reference another entity in Synapse.
entityview An entity view, providing a filtered or customized view of entities.
dockerrepo A Docker repository entity, used to store Docker images.
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.
searchindex A search index entity that provides search over Synapse data via OpenSearch.