isnotnull()
Returns true if the argument is not null.
Syntax
isnotnull([value])
notnull([value]) - alias for isnotnull
Example
T | where isnotnull(PossiblyNull) | count
Returns true if the argument is not null.
isnotnull([value])
notnull([value]) - alias for isnotnull
T | where isnotnull(PossiblyNull) | count