UtilizationReasons
- Last UpdatedJun 09, 2023
- 1 minute read
This Azure function custom query returns the utilization reasons. The custom query expression supports the following parameters:
|
Parameter Name |
Parameter Choice |
Example |
Description |
|---|---|---|---|
|
QueryName |
Required |
UtilizationReasons |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["Name", "Description", "AutomationValue", "EquipmentStateId", "ReasonGroupNames", "DisableDate", "Id", "_etag"] |
Option to pick required properties from AVEVA Insight |
The following properties are returned from the Azure function query for "UtilizationReasons".
|
Property Name |
Datatype |
Description |
|---|---|---|
|
Name |
String |
The utilization reason name. This is unique across all utilization reasons. |
|
Description |
String |
The utilization reason description. |
|
AutomationValue |
Int32 |
The utilization reason automation value. |
|
EquipmentStateId |
String |
The ID of the associated equipment state. |
|
ReasonGroupNames |
String |
Reason groups to which this reason belongs. |
|
DisableDate |
DateTime |
The disabled date. If this has a value, then the state is considered deleted. |
|
Id |
String |
The UtilizationReason ID. |
|
_etag |
String |
This an optimistic concurrency tag which prevents overlapping updates to an entity. |