| Field Name | Field Type | Field Constraints | Field Notes |
|---|
| Data Store Name |
string |
<div style="padding-left: 0px;">MinLength = 1<br>MaxLength = 1000</div> |
|
| Property |
string |
<div style="padding-left: 0px;">MinLength = 1<br>MaxLength = 1000</div> |
The name of the property in the data store that has changed |
| Path |
string |
<div style="padding-left: 0px;">MaxLength = 1000</div> |
The path through the property that needs updating |
| Data |
|
|
The value that is updating |
| Property Update Count |
unsigned int |
<div style="padding-left: 0px;">Minimum = 0<br>Maximum = 4294967294</div> |
The number of times this property has updated. Does not increment unless the entire property updates |
| Path Update Count |
unsigned int |
<div style="padding-left: 0px;">Minimum = 0<br>Maximum = 4294967294</div> |
The number of times this path has updated. Resets if the entire property has changed. |