Property

class Property

Contains asset property information.

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 property data type.

Link copied to clipboard

The external ID of the asset 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 asset property.

Link copied to clipboard

The name of the property.

Link copied to clipboard

The asset property's notification topic and state. For more information, see UpdateAssetProperty.

Link copied to clipboard

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

Link copied to clipboard

The property type (see PropertyType). A property contains one type.

Link copied to clipboard
val unit: String?

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

Functions

Link copied to clipboard
inline fun copy(block: Property.Builder.() -> Unit = {}): Property
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