MetricValue 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.
Represents the value of a metric associated with the service bus.
public class MetricValue
type MetricValue = class
Public Class MetricValue
- Inheritance
-
MetricValue
Constructors
MetricValue() |
Properties
Average |
Gets or sets the average value of a metric. |
Max |
Gets or sets the maximum value of a metric. |
Min |
Gets or sets the minimum value of a metric. |
Timestamp |
Gets or sets the time stamp associated with the metric value. |
Total |
Gets or sets the total metric value. |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.
Azure SDK for .NET