OpsAggregator class

One or more aggregators for viewing counts of OpsItems using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

Constructors

OpsAggregator({String? aggregatorType, List<OpsAggregator>? aggregators, String? attributeName, List<OpsFilter>? filters, String? typeName, Map<String, String>? values})

Properties

aggregators List<OpsAggregator>?
A nested aggregator for viewing counts of OpsItems.
final
aggregatorType String?
Either a Range or Count aggregator for limiting an OpsItem summary.
final
attributeName String?
The name of an OpsItem attribute on which to limit the count of OpsItems.
final
filters List<OpsFilter>?
The aggregator filters.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String?
The data type name to use for viewing counts of OpsItems.
final
values Map<String, String>?
The aggregator value.
final

Methods

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

Operators

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