Class MetricData
java.lang.Object
org.jclouds.azurecompute.arm.domain.MetricData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Double
average()
The sum of all of the values in the time range.abstract Long
count()
The number of samples in the time range.static MetricData
abstract Double
maximum()
The greatest value in the time range.abstract Double
minimum()
The least value in the time range.abstract Date
The timestamp for the metric value in ISO 8601 format.abstract Double
total()
The average value in the time range
-
Constructor Details
-
MetricData
public MetricData()
-
-
Method Details
-
timeStamp
The timestamp for the metric value in ISO 8601 format. -
total
The average value in the time range -
average
The sum of all of the values in the time range. -
minimum
The least value in the time range. -
maximum
The greatest value in the time range. -
count
The number of samples in the time range. -
create
-