Topic Numeric Equality Filter
data class TopicNumericEqualityFilter(val aggregation: TopicNamedFilterAggType? = null, val constant: TopicSingularFilterConstant? = null)
Constructors
Link copied to clipboard
constructor(aggregation: TopicNamedFilterAggType? = null, constant: TopicSingularFilterConstant? = null)
Properties
Link copied to clipboard
An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION , SUM , AVERAGE , COUNT , DISTINCT_COUNT , MAX , MEDIAN , MIN , STDEV , STDEVP , VAR , and VARP .
Link copied to clipboard
The constant used in a numeric equality filter.