Values.AssetPropertySummarySourceContains a summary of a property associated with an asset.
type nonrec t = {id : ID.t option;The ID of the property.
*)externalId : ExternalId.t option;The external ID of the property. For more information, see Using external IDs in the IoT SiteWise User Guide.
*)alias : PropertyAlias.t option;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.
*)unit : PropertyUnit.t option;The unit of measure (such as Newtons or RPM) of the asset property.
*)notification : PropertyNotification.t option;assetCompositeModelId : ID.t option;The ID of the composite model that contains the asset property.
*)path : AssetPropertyPath.t option;The structured path to the property from the root of the asset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ID.t ]) list ] list
| `String of ID.t
| `Structure of
(string
* [> `Enum of string | `String of PropertyNotificationTopic.t ])
list ])
list ]