AWS SDK for .NET Documentation
Datapoint Class
AmazonAmazon.CloudWatch.ModelDatapoint Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class Datapoint
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Datapoint()()()()
Initializes a new instance of the Datapoint class

Average
The average of metric values that correspond to the datapoint.

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Allowed Values
Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None


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

Inheritance Hierarchy
Object
Datapoint

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)