PutAssetPropertyValueEntry
Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
The ID of the asset property for this entry.
Link copied to clipboard
The list of property values to upload. You can specify up to 10 propertyValues
array elements.
Functions
Link copied to clipboard
inline fun copy(block: PutAssetPropertyValueEntry.Builder.() -> Unit = {}): PutAssetPropertyValueEntry