MetricData interface
The metric data.
Properties
average | The average of all samples at the time stamp. |
count | The count of all samples at the time stamp. |
maximum | The maximum of all samples at the time stamp. |
minimum | The minimum of all samples at the time stamp. |
sum | The sum of all samples at the time stamp. |
time |
The time stamp of the metric data. |
Property Details
average
The average of all samples at the time stamp.
average?: number
Property Value
number
count
The count of all samples at the time stamp.
count?: number
Property Value
number
maximum
The maximum of all samples at the time stamp.
maximum?: number
Property Value
number
minimum
The minimum of all samples at the time stamp.
minimum?: number
Property Value
number
sum
The sum of all samples at the time stamp.
sum?: number
Property Value
number
timeStamp
The time stamp of the metric data.
timeStamp?: Date
Property Value
Date
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 JavaScript