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.

One data point from the metric time series returned in a Contributor Insights rule report.

For more information, see GetInsightRuleReport.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.InsightRuleMetricDatapoint

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

Syntax

C#
public class InsightRuleMetricDatapoint

The InsightRuleMetricDatapoint type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Average System.Double

Gets and sets the property Average.

The average value from all contributors during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property MaxContributorValue System.Double

Gets and sets the property MaxContributorValue.

The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, so the identity of the max contributor could be different for each timestamp.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property Maximum System.Double

Gets and sets the property Maximum.

The maximum value from a single occurence from a single contributor during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property Minimum System.Double

Gets and sets the property Minimum.

The minimum value from a single contributor during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property SampleCount System.Double

Gets and sets the property SampleCount.

The number of occurrences that matched the rule during this data point.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property Sum System.Double

Gets and sets the property Sum.

The sum of the values from all contributors during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Public Property Timestamp System.DateTime

Gets and sets the property Timestamp.

The timestamp of the data point.

Public Property UniqueContributors System.Double

Gets and sets the property UniqueContributors.

The number of unique contributors who published data during this timestamp.

This statistic is returned only if you included it in the Metrics array in your request.

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