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

Download Open API Spec

AggregateDataConfiguration

org.sagebionetworks.repo.model.AggregateDataConfiguration

The configuration the ACT binds to a source when its DataType is AGGREGATE_DATA. It controls the minimum number of matching rows required before an aggregate result is returned and how facet counts are post-processed.

Field Type Description
suppressionThreshold INTEGER The minimum number of matching rows required before an aggregate result is returned. An aggregate query that matches a non-zero row count below this threshold is suppressed. Must be a positive value.
facetPostProcessingConfig FacetPostProcessingConfig Configuration describing how facet counts are post-processed for an aggregate-only query.