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.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class PutAssetPropertyValueEntry
The PutAssetPropertyValueEntry type exposes the following members
Name | Description | |
---|---|---|
![]() |
PutAssetPropertyValueEntry() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssetId | System.String |
Gets and sets the property AssetId.
The ID of the IoT SiteWise asset. You must specify either a |
![]() |
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. |
![]() |
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 |
![]() |
PropertyId | System.String |
Gets and sets the property PropertyId.
The ID of the asset's property. You must specify either a |
![]() |
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer