EnumTrendingType simple type
Specifies the trending type.
Content Type
Item | Facet value | Description |
---|---|---|
string restriction | ||
Enumeration | average | Average value in the time span (default when no trending tag is present). |
Enumeration | max | Maximum value in the time span. |
Enumeration | min | Minimum value in the time span. |
Enumeration | last | Last value in the time span. |
Enumeration | sum | Sum of all the values in the time span. This cannot be used for discreet parameters. |