Builder

class Builder

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
var 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
var unit: String?

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

Functions