AggregatedValue interface
An event property value aggregated by a metric.
Properties
| event |
The name of the event. |
| event |
The key of the event property to aggregate. |
| filter | [Optional] A condition to filter events. |
Property Details
eventName
The name of the event.
eventName: string
Property Value
string
eventProperty
The key of the event property to aggregate.
eventProperty: string
Property Value
string
filter
[Optional] A condition to filter events.
filter?: string
Property Value
string