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

Download Open API Spec

RowSet

org.sagebionetworks.repo.model.table.RowSet

Represents a set of row of a TableEntity

Field Type Description
concreteType STRING
tableId STRING The ID of the TableEntity than owns these rows
etag STRING Any RowSet returned from Synapse will contain the current etag of the change set. To update any rows from a RowSet the etag must be provided with the POST.
headers ARRAY<SelectColumn> The list of SelectColumns that describes the rows of this set.
rows ARRAY<Row> The Rows of this set. The index of each row value aligns with the index of each header.