MetricsSegmentInfo 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 segment
public class MetricsSegmentInfo : Microsoft.Azure.ApplicationInsights.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
Azure SDK for .NET