AssetPropertySummary

Contains a summary of a property associated with an asset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 composite model that contains the asset property.

Link copied to clipboard

The external ID of the property. For more information, see Using external IDs in the IoT SiteWise User Guide.

Link copied to clipboard
val id: String

The ID of the property.

Link copied to clipboard

Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.

Link copied to clipboard

The structured path to the property from the root of the asset.

Link copied to clipboard
val unit: String?

The unit of measure (such as Newtons or RPM) of the asset property.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String