MetricsResultInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A metric result data.
public class MetricsResultInfo : Microsoft.Azure.ApplicationInsights.Models.BaseMetricInfo
type MetricsResultInfo = class
inherit BaseMetricInfo
Public Class MetricsResultInfo
Inherits BaseMetricInfo
- Inheritance
Constructors
MetricsResultInfo() |
Initializes a new instance of the MetricsResultInfo class. |
MetricsResultInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, Nullable<TimeSpan>, IList<MetricsSegmentInfo>) |
Initializes a new instance of the MetricsResultInfo class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
End |
Gets or sets start time of the metric. |
Interval |
Gets or sets the interval used to segment the metric data. |
MetricId | (Inherited from BaseMetricInfo) |
MetricValues | (Inherited from BaseMetricInfo) |
Segments |
Gets or sets segmented metric data (if segmented). |
Start |
Gets or sets start time of the metric. |
Methods
GetAverage() | (Inherited from BaseMetricInfo) |
GetCount() | (Inherited from BaseMetricInfo) |
GetMax() | (Inherited from BaseMetricInfo) |
GetMin() | (Inherited from BaseMetricInfo) |
GetSum() | (Inherited from BaseMetricInfo) |
Applies to
Azure SDK for .NET