TimeSeriesServiceStatistics class

A list of TimeSeriesStatistic structures.

Constructors

TimeSeriesServiceStatistics({EdgeStatistics? edgeSummaryStatistics, List<HistogramEntry>? responseTimeHistogram, ForecastStatistics? serviceForecastStatistics, ServiceStatistics? serviceSummaryStatistics, DateTime? timestamp})
TimeSeriesServiceStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

edgeSummaryStatistics EdgeStatistics?
final
hashCode int
The hash code for this object.
no setterinherited
responseTimeHistogram List<HistogramEntry>?
The response time histogram for the selected entities.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceForecastStatistics ForecastStatistics?
The forecasted high and low fault count values.
final
serviceSummaryStatistics ServiceStatistics?
final
timestamp DateTime?
Timestamp of the window for which statistics are aggregated.
final

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