NQL max()
The max()
function returns the maximum value recorded.
devices during past 30min
| summarize device_max_memory = hardware.memory.max()
Last updated
Was this helpful?
The max()
function returns the maximum value recorded.
devices during past 30min
| summarize device_max_memory = hardware.memory.max()
Last updated
Was this helpful?