FacetColumnValuesRequest
org.sagebionetworks.repo.model.table.FacetColumnValuesRequest
Contains the name and type of the column to be filtered, and the facet values to filter on.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| columnName | STRING | The name of the faceted column |
| jsonPath | STRING | To filter on a jsonSubColumn of a JSON column, provide the jsonPath of the sub-column |
| facetValues | SET<STRING> | The set of facet values that were selected |