The StatisticSet data type describes the StatisticValues component of MetricDatum, and represents a set of statistics that describes a specific metric.
 Declaration Syntax
 Declaration Syntax| C# | 
public class StatisticSet
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | 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
 Inheritance Hierarchy| Object | |
|  | StatisticSet |