Values_0.PutAssetPropertyValueEntrySourceAn asset property value entry containing the following information.
type nonrec t = {entryId : AssetPropertyEntryId.t option;Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.
*)assetId : AssetId.t option;The ID of the IoT SiteWise asset. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.
*)propertyId : AssetPropertyId.t option;The ID of the asset's property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.
*)propertyAlias : AssetPropertyAlias.t option;The name of the property alias associated with your asset property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.
*)propertyValues : AssetPropertyValueList.t;A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
*)}val make :
?entryId:??? ->
?assetId:??? ->
?propertyId:??? ->
?propertyAlias:??? ->
propertyValues:AssetPropertyValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AssetPropertyQuality.t
| `Structure of
(string * [> `String of AssetPropertyStringValue.t ])
list ])
list ]
list
| `String of AssetPropertyEntryId.t ])
list ]