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.

Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the startDate to the endDate. Currently only five_minutes is supported.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.MetricPoint

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

Syntax

C#
public class MetricPoint

The MetricPoint type exposes the following members

Constructors

NameDescription
Public Method MetricPoint()

Properties

NameTypeDescription
Public Property EndDate System.DateTime

Gets and sets the property EndDate.

The end date for the metric point. The ending time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

The start date for the metric point. The starting date for the metric point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

Public Property Status System.String

Gets and sets the property Status.

The status of the metric point.

Public Property Value System.Single

Gets and sets the property Value.

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