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.
Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z
public class InsightRuleMetricDatapoint
The InsightRuleMetricDatapoint type exposes the following members
Name | Description | |
---|---|---|
InsightRuleMetricDatapoint() |
Name | Type | Description | |
---|---|---|---|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Timestamp | System.DateTime |
Gets and sets the property Timestamp. The timestamp of the data point. |
|
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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5