Values.AssetPropertySourceContains asset property information.
type nonrec t = {id : ID.t option;The ID of the asset property.
*)externalId : ExternalId.t option;The external ID of the asset property. For more information, see Using external IDs in the IoT SiteWise User Guide.
*)name : Name.t option;The name of the property.
*)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.
*)notification : PropertyNotification.t option;The asset property's notification topic and state. For more information, see UpdateAssetProperty.
*)dataType : PropertyDataType.t option;The data type of the asset property.
*)dataTypeSpec : Name.t option;The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.
*)unit : PropertyUnit.t option;The unit (such as Newtons or RPM) of 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
* [> `Enum 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 ]