MetricsSegmentInfo Class

Definition

A metric segment

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

Constructors

MetricsSegmentInfo()

Initializes a new instance of the MetricsSegmentInfo class.

MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)

Initializes a new instance of the MetricsSegmentInfo class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

End

Gets or sets start time of the metric segment (only when an interval was specified).

MetricId (Inherited from BaseMetricInfo)
MetricValues (Inherited from BaseMetricInfo)
SegmentId (Inherited from BaseSegmentInfo)
Segments

Gets or sets segmented metric data (if further segmented).

SegmentValue (Inherited from BaseSegmentInfo)
Start

Gets or sets start time of the metric segment (only when an interval was specified).

Methods

GetAverage() (Inherited from BaseMetricInfo)
GetCount() (Inherited from BaseMetricInfo)
GetMax() (Inherited from BaseMetricInfo)
GetMin() (Inherited from BaseMetricInfo)
GetSum() (Inherited from BaseMetricInfo)

Applies to