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.

Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.

Inheritance Hierarchy

System.Object
  Amazon.IoTSiteWise.Model.PutAssetPropertyValueEntry

Namespace: Amazon.IoTSiteWise.Model
Assembly: AWSSDK.IoTSiteWise.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 asset to update.

Public Property EntryId System.String

Gets and sets the property EntryId.

The user specified ID for the entry. You can use this ID to identify which entries failed.

Public Property PropertyAlias System.String

Gets and sets the property PropertyAlias.

The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.

Public Property PropertyId System.String

Gets and sets the property PropertyId.

The ID of the asset property for this entry.

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

Gets and sets the property PropertyValues.

The list of property values to upload. You can specify up to 10 propertyValues array elements.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5