The StatisticSet data type describes the StatisticValues component of MetricDatum, and represents a set of statistics that describes a specific metric.
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 |
| Member | Description | |
|---|---|---|
| StatisticSet()()()() | Initializes a new instance of the StatisticSet class | |
| 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 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()()()() | (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
|