Skip to content

Commit 51964d3

Browse files
authored
Update iot-hub-devguide-query-language.md
1 parent 775e5bc commit 51964d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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. This is supported only when the value is a primitive. DateTime, object types and arrays are not supported. |
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. |

0 commit comments

Comments
 (0)