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

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StatisticSet
Public Class StatisticSet
public ref class StatisticSet

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Sets the Maximum property
WithMinimum(Double)
Sets the Minimum property
WithSampleCount(Double)
Sets the SampleCount property
WithSum(Double)
Sets the Sum property

Inheritance Hierarchy

System..::..Object
  Amazon.CloudWatch.Model..::..StatisticSet

See Also