Robert Cain continues a series on KQL operations:
The previous post in the series covered the
takeoperator. In that post I mentioned thattakewas one of the simplest operators in KQL. But it is not the simplest, that honor goes to thecountoperator.The
countoperator 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.