InsightRuleMetricDatapoint

One data point from the metric time series returned in a Contributor Insights rule report.

For more information, see GetInsightRuleReport.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The average value from all contributors during the time period represented by that data point.

Link copied to clipboard

The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, so the identity of the max contributor could be different for each timestamp.

Link copied to clipboard

The maximum value from a single occurence from a single contributor during the time period represented by that data point.

Link copied to clipboard

The minimum value from a single contributor during the time period represented by that data point.

Link copied to clipboard

The number of occurrences that matched the rule during this data point.

Link copied to clipboard
val sum: Double?

The sum of the values from all contributors during the time period represented by that data point.

Link copied to clipboard

The timestamp of the data point.

Link copied to clipboard

The number of unique contributors who published data during this timestamp.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String