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

The StatisticSet data type describes the StatisticValues component of MetricDatum, and represents a set of statistics that describes a specific metric.

Declaration Syntax
C#
public class StatisticSet
Members
All MembersConstructorsMethodsProperties



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

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 value of the sample set.

Minimum
The minimum value of the sample set.

SampleCount
The number of samples used for the statistic set.

Sum
The sum of values for the sample set.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
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

Inheritance Hierarchy
Object
StatisticSet

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