AWS SDK Version 3 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.

Represents a set of statistics that describes a specific metric.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.StatisticSet

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public class StatisticSet

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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