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.

A map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API, consult Fleet indexing troubleshooting guide.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.Statistics

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

Syntax

C#
public class Statistics

The Statistics type exposes the following members

Constructors

NameDescription
Public Method Statistics()

Properties

NameTypeDescription
Public Property Average System.Double

Gets and sets the property Average.

The average of the aggregated field values.

Public Property Count System.Int32

Gets and sets the property Count.

The count of things that match the query string criteria and contain a valid aggregation field value.

Public Property Maximum System.Double

Gets and sets the property Maximum.

The maximum aggregated field value.

Public Property Minimum System.Double

Gets and sets the property Minimum.

The minimum aggregated field value.

Public Property StdDeviation System.Double

Gets and sets the property StdDeviation.

The standard deviation of the aggregated field values.

Public Property Sum System.Double

Gets and sets the property Sum.

The sum of the aggregated field values.

Public Property SumOfSquares System.Double

Gets and sets the property SumOfSquares.

The sum of the squares of the aggregated field values.

Public Property Variance System.Double

Gets and sets the property Variance.

The variance of the aggregated field values.

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