MetricsSegmentedData 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.
The metric values for a segment.
public class MetricsSegmentedData : Microsoft.Azure.ApplicationInsights.Models.IMetricData, Microsoft.Azure.ApplicationInsights.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET