InsightRuleContributor class

One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then a unique contributor is a unique combination of values from all the keys in the rule.

If the rule contains a single key, then each unique contributor is each unique value for this key.

For more information, see GetInsightRuleReport.

Constructors

InsightRuleContributor({required double approximateAggregateValue, required List<InsightRuleContributorDatapoint> datapoints, required List<String> keys})
InsightRuleContributor.fromXml(XmlElement elem)
factory

Properties

approximateAggregateValue double
An approximation of the aggregate value that comes from this contributor.
final
datapoints List<InsightRuleContributorDatapoint>
An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
final
hashCode int
The hash code for this object.
no setterinherited
keys List<String>
One of the log entry field keywords that is used to define contributors for this rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited