Skip to content

Commit 590b825

Browse files
Learn Editor: Update query-twins.md
1 parent 8c753bd commit 590b825

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/iot-hub/query-twins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ Query expressions can have a maximum length of 8192 characters.
191191

192192
Currently, comparisons are supported only between primitive types (no objects), for instance `... WHERE properties.desired.config = properties.reported.config` is supported only if those properties have primitive values.
193193

194+
195+
> [!Note]
196+
> We recommend to not take a dependency on lastActivityTime found in Device Identity Properties for Twin Queries for any scenario. We do not prioritize the update of this field to accurately gauge device status. Instead, please use IoT Device Lifecycle events to manage device state and activities
197+
194198
## Next steps
195199

196200
* Understand the basics of the [IoT Hub query language](iot-hub-devguide-query-language.md)
201+

0 commit comments

Comments
 (0)