FacetColumnSortConfig
org.sagebionetworks.repo.model.table.FacetColumnSortConfig
For a column model whose facet type is enumeration, defines the order in which the facet values are returned. If not specified, the default order is frequency, descending with a secondary sort by value ascending.
| Field | Type | Description |
|---|---|---|
| property | FacetColumnSortProperty | Which property of a facet to use for sorting, can be by value frequency or the facet value itself. |
| direction | FacetColumnSortDirection | The sorting direction. |