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 Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table. For more information, see the Timestream topic rule action documentation.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TimestreamAction

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

Syntax

C#
public class TimestreamAction

The TimestreamAction type exposes the following members

Constructors

NameDescription
Public Method TimestreamAction()

Properties

NameTypeDescription
Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of an Amazon Timestream database.

Public Property Dimensions System.Collections.Generic.List<Amazon.IoT.Model.TimestreamDimension>

Gets and sets the property Dimensions.

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

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the role that grants permission to write to the Amazon Timestream database table.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the database table into which to write the measure records.

Public Property Timestamp Amazon.IoT.Model.TimestreamTimestamp

Gets and sets the property Timestamp.

Specifies an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column.

You can use this property to specify the value and the precision of the Timestream record's timestamp. You can specify a value from the message payload or a value computed by a substitution template.

If omitted, the topic rule action assigns the timestamp, in milliseconds, at the time it processed the rule.

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