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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET