Bagikan melalui


MetricsResultInfo Class

Definition

A metric result data.

public class MetricsResultInfo : Microsoft.Azure.ApplicationInsights.Query.Models.BaseMetricInfo
type MetricsResultInfo = class
    inherit BaseMetricInfo
Public Class MetricsResultInfo
Inherits BaseMetricInfo
Inheritance
MetricsResultInfo

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