MetricsSegmentedData Class

Definition

The metric values for a segment.

public class MetricsSegmentedData : Microsoft.Azure.ApplicationInsights.Query.Models.IMetricData, Microsoft.Azure.ApplicationInsights.Query.Models.IMetricsBaseSegmentInfo
type MetricsSegmentedData = class
    interface IMetricsBaseSegmentInfo
    interface IMetricData
Public Class MetricsSegmentedData
Implements IMetricData, IMetricsBaseSegmentInfo
Inheritance
MetricsSegmentedData
Implements

Constructors

MetricsSegmentedData()

Properties

Average

Gets average of the metric (if requested).

Count

Gets count of the metric (if requested).

Max

Gets max of the metric (if requested).

Min

Gets minof the metric (if requested).

SegmentId

The name of the segment.

SegmentValue

The value of the segment.

Sum

Gets sum of the metric (if requested).

Applies to