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

Download Open API Spec

RowReferenceSet

org.sagebionetworks.repo.model.table.RowReferenceSet

Represents a set of RowReferences of a TableEntity

Field Type Description
tableId STRING The ID of the TableEntity than owns these rows
etag STRING When a RowReferenceSet is returned from a table update, this will be set to the current etag of the table.
headers ARRAY<SelectColumn> The list of ColumnModels ID that describes the rows of this set.
rows ARRAY<RowReference> Each RowReference of this list refers to a single version of a single row of a TableEntity.