NQL構文演算子

オペレーター
定義

=

エイリアスオペレーター、計算および要約文でのみサポートされます。

num_of_devices = count()

|

Pipe operator, separator between statements.

devices | where name == "abc"

Last updated