AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.StatisticSet

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class StatisticSet : Object

The StatisticSet type exposes the following members

Constructors

NameDescription
Public Method StatisticSet()

Properties

NameTypeDescription
Public Property Maximum System.Double Gets and sets the property Maximum.

The maximum value of the sample set.

Public Property Minimum System.Double Gets and sets the property Minimum.

The minimum value of the sample set.

Public Property SampleCount System.Double Gets and sets the property SampleCount.

The number of samples used for the statistic set.

Public Property Sum System.Double Gets and sets the property Sum.

The sum of values for the sample set.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8