Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Filter

Query builder filter action to apply edit to queryString.

Properties

Optional fieldName

fieldName: undefined | string

Field filter references when inserting filter into the query string. Field must be a valid logging analytics out-of-the-box field, virtual field calculated in the query or a user defined field.

operator

operator: Operator

Operator to apply when editing the query string.

Optional values

values: Array<any>

Field values that will be inserted into the query string for the specified fieldName. Please note all values should reflect the fields data type otherwise the insert is subject to fail.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Filter): object

getJsonObj

  • getJsonObj(obj: Filter): object