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.

The dimension of a metric.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.MetricDimension

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

Syntax

C#
public class MetricDimension

The MetricDimension type exposes the following members

Constructors

NameDescription
Public Method MetricDimension()

Properties

NameTypeDescription
Public Property DimensionName System.String

Gets and sets the property DimensionName.

A unique identifier for the dimension.

Public Property Operator Amazon.IoT.DimensionValueOperator

Gets and sets the property Operator.

Defines how the dimensionValues of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, the IN operator, a message will be counted only if its topic matches one of the topic filters. With NOT_IN operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (is null), it will be interpreted as IN.

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