BatchGetFrameMetricDataResponse class

The structure representing the BatchGetFrameMetricDataResponse.

Constructors

BatchGetFrameMetricDataResponse({required DateTime endTime, required List<TimestampStructure> endTimes, required List<FrameMetricDatum> frameMetricData, required AggregationPeriod resolution, required DateTime startTime, required Map<String, List<TimestampStructure>> unprocessedEndTimes})
BatchGetFrameMetricDataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

endTime DateTime
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
final
endTimes List<TimestampStructure>
List of instances, or time steps, in the time series. For example, if the period is one day (PT24H)), and the resolution is five minutes (PT5M), then there are 288 endTimes in the list that are each five minutes appart.
final
frameMetricData List<FrameMetricDatum>
Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
final
hashCode int
The hash code for this object.
no setterinherited
resolution AggregationPeriod
Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
final
unprocessedEndTimes Map<String, List<TimestampStructure>>
List of instances which remained unprocessed. This will create a missing time step in the list of end times.
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