Tabular Operators

count operator

Returns the number of events from the input dataset.

Syntax

| count

Returns

This function returns a table with a single data and column. The value of the only cell is the number of events in the dataset.

Example

['http-logs']
| where method == 'GET'
| count
['http-logs']
| count

Was this page helpful?