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.

Container for the parameters to the ListMetricValues operation. Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom metric) by the given thing during the specified time period.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.ListMetricValuesRequest

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

Syntax

C#
public class ListMetricValuesRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The ListMetricValuesRequest type exposes the following members

Constructors

NameDescription
Public Method ListMetricValuesRequest()

Properties

NameTypeDescription
Public Property DimensionName System.String

Gets and sets the property DimensionName.

The dimension name.

Public Property DimensionValueOperator Amazon.IoT.DimensionValueOperator

Gets and sets the property DimensionValueOperator.

The dimension value operator.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time period for which metric values are returned.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return at one time.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the security profile metric for which values are returned.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time period for which metric values are returned.

Public Property ThingName System.String

Gets and sets the property ThingName.

The name of the thing for which security profile metric values are returned.

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