EventsCustomMetricInfo 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 custom metric info
public class EventsCustomMetricInfo
type EventsCustomMetricInfo = class
Public Class EventsCustomMetricInfo
- Inheritance
-
EventsCustomMetricInfo
Constructors
EventsCustomMetricInfo() |
Initializes a new instance of the EventsCustomMetricInfo class. |
EventsCustomMetricInfo(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the EventsCustomMetricInfo class. |
Properties
Name |
Gets or sets the name of the custom metric |
Value |
Gets or sets the value of the custom metric |
ValueCount |
Gets or sets the count of the custom metric |
ValueMax |
Gets or sets the maximum value of the custom metric |
ValueMin |
Gets or sets the minimum value of the custom metric |
ValueStdDev |
Gets or sets the standard deviation of the custom metric |
ValueSum |
Gets or sets the sum of the custom metric |
Applies to
Azure SDK for .NET