The Datapoint data type encapsulates the statistical data that Amazon CloudWatch computes from metric data.

C# |
public class Datapoint

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Datapoint()()()() | Initializes a new instance of the Datapoint class |
![]() | Average |
The average of metric values that correspond to the datapoint.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Maximum |
The maximum of the metric value used for the datapoint.
|
![]() | Minimum |
The minimum metric value used for the datapoint.
|
![]() | SampleCount |
The number of metric values that contributed to the aggregate value of this datapoint.
|
![]() | Sum |
The sum of metric values used for the datapoint.
|
![]() | Timestamp |
The time stamp used for the datapoint.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unit |
The standard unit used for the datapoint.
Constraints: |
![]() | WithAverage(Double) | Obsolete.
Sets the Average property
|
![]() | WithMaximum(Double) | Obsolete.
Sets the Maximum property
|
![]() | WithMinimum(Double) | Obsolete.
Sets the Minimum property
|
![]() | WithSampleCount(Double) | Obsolete.
Sets the SampleCount property
|
![]() | WithSum(Double) | Obsolete.
Sets the Sum property
|
![]() | WithTimestamp(DateTime) | Obsolete.
Sets the Timestamp property
|
![]() | WithUnit(String) | Obsolete.
Sets the Unit property
|

Object | |
![]() | Datapoint |