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

Download Open API Spec

TableBundle

org.sagebionetworks.repo.model.table.TableBundle

Metadata about a TableEntity that can be included in an EntityBundle

Field Type Description
columnModels ARRAY<ColumnModel> The list of ColumnModels currently used by this table.
maxRowsPerPage INTEGER The maximum number of rows that can be requested or posted for this table in a single call. This is a function of the columns that are currently assigned to this table.