DataPoint Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The DataPoint type exposes the following members.
Name | Description | |
---|---|---|
Average |
Gets the average value of the data points represented by this DataPoint instance.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Max |
Gets the maximum value of the data points represented by this DataPoint instance.
| |
Min |
Gets the minimum value of the data points represented by this DataPoint instance.
| |
NumPoints |
Gets the number of raw data points represented by this DataPoint instance.
| |
Timestamp |
Gets a timestamp indicating when the data represented by this DataPoint instance was recorded.
| |
Variance |
Gets the variance of the data points represented by this DataPoint instance.
|