Robert Cain continues a series on KQL operations:
The previous post in the series covered the
take
operator. In that post I mentioned thattake
was one of the simplest operators in KQL. But it is not the simplest, that honor goes to thecount
operator.The
count
operator does nothing more than takes the piped in dataset and returns the number of rows in it. We’ll see more in a moment.
Click through to see more.