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

Download Open API Spec

FacetColumnSortProperty

org.sagebionetworks.repo.model.table.FacetColumnSortProperty

Which property of a facet to use for sorting, can be by value frequency or the facet value itself.

Enumeration
name description
FREQUENCY (Default) Sort by the frequency of a facet value. A secondary sort by value, ascending is always added for consistency.
VALUE Sort by the natural order of the facet value.