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

Download Open API Spec

QueryTableResults

org.sagebionetworks.repo.model.query.QueryTableResults

An object to store the results of a Synapse Query. Results are stored in row-major tabular format.

Field Type Description
headers ARRAY<STRING> The ordered list of column headers (attribute names).
rows ARRAY<Row> The ordered list of row data. Each row corresponds to one object.
totalNumberOfResults INTEGER The total number of objects in the system which match the submitted query.