Skip to content

Commit a83050b

Browse files
authored
Merge pull request #110082 from ash2017/patch-8
Update iot-hub-devguide-query-language.md
2 parents 8ab6bbf + 51964d3 commit a83050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-query-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ In routes conditions, the following type checking and casting functions are supp
476476
| AS_NUMBER | Converts the input string to a number. `noop` if input is a number; `Undefined` if string does not represent a number.|
477477
| IS_ARRAY | Returns a Boolean value indicating if the type of the specified expression is an array. |
478478
| IS_BOOL | Returns a Boolean value indicating if the type of the specified expression is a Boolean. |
479-
| IS_DEFINED | Returns a Boolean indicating if the property has been assigned a value. |
479+
| IS_DEFINED | Returns a Boolean indicating if the property has been assigned a value. This is supported only when the value is a primitive type. Primitive types include string, Boolean, numeric, or `null`. DateTime, object types and arrays are not supported. |
480480
| IS_NULL | Returns a Boolean value indicating if the type of the specified expression is null. |
481481
| IS_NUMBER | Returns a Boolean value indicating if the type of the specified expression is a number. |
482482
| IS_OBJECT | Returns a Boolean value indicating if the type of the specified expression is a JSON object. |
@@ -499,4 +499,4 @@ In routes conditions, the following string functions are supported:
499499

500500
## Next steps
501501

502-
Learn how to execute queries in your apps using [Azure IoT SDKs](iot-hub-devguide-sdks.md).
502+
Learn how to execute queries in your apps using [Azure IoT SDKs](iot-hub-devguide-sdks.md).

0 commit comments

Comments
 (0)