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.

An asset property value entry containing the following information.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.PutAssetPropertyValueEntry

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

Syntax

C#
public class PutAssetPropertyValueEntry

The PutAssetPropertyValueEntry type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssetId System.String

Gets and sets the property AssetId.

The ID of the IoT SiteWise asset. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Public Property EntryId System.String

Gets and sets the property EntryId.

Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.

Public Property PropertyAlias System.String

Gets and sets the property PropertyAlias.

The name of the property alias associated with your asset property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Public Property PropertyId System.String

Gets and sets the property PropertyId.

The ID of the asset's property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Public Property PropertyValues System.Collections.Generic.List<Amazon.IoT.Model.AssetPropertyValue>

Gets and sets the property PropertyValues.

A list of property values to insert that each contain timestamp, quality, and value (TQV) information.

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