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.

Metadata attributes of the time series that are written in each measure record.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TimestreamDimension

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

Syntax

C#
public class TimestreamDimension

The TimestreamDimension type exposes the following members

Constructors

NameDescription
Public Method TimestreamDimension()

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

Public Property Value System.String

Gets and sets the property Value.

The value to write in this column of the database record.

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