DispositionReasons
- Last UpdatedJun 09, 2023
- 1 minute read
This Azure function custom query returns the disposition reasons. The custom query expression supports the following parameters:
|
Parameter Name |
Parameter Choice |
Example |
Description |
|---|---|---|---|
|
QueryName |
Required |
DispositionReasons |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["Name","Description","AutomationValue","DispositionType", |
Option to pick required properties from AVEVA Insight |
The following properties are returned from the Azure function query for "DispositionReasons".
|
Property Name |
Datatype |
Description |
|---|---|---|
|
Name |
String |
The disposition reason name. This is unique across all disposition reasons. |
|
Description |
String |
The disposition reason description. |
|
AutomationValue |
Int32 |
The disposition reason automation value. |
|
DispositionType |
Int32 |
A read-only property, which is ignored if passed. It is set internally based on the DispositionReason. |
|
DisableDate |
DateTime |
The disabled date. If this has a value, then the state is considered deleted. |
|
Id |
String |
The DispositionReason ID. |
|
LastModified |
DateTime |
The UTC time when the disposition was modified. |
|
_etag |
String |
This an optimistic concurrency tag which prevents overlapping updates to an entity. |