WorkspacePurgeBodyFilters interface

User-defined filters to return data which will be purged from the table.

Properties

column

The column of the table over which the given query should run

key

When filtering over custom dimensions, this key will be used as the name of the custom dimension.

operator

A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query.

value

the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values.

Property Details

column

The column of the table over which the given query should run

column?: string

Property Value

string

key

When filtering over custom dimensions, this key will be used as the name of the custom dimension.

key?: string

Property Value

string

operator

A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query.

operator?: string

Property Value

string

value

the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values.

value?: any

Property Value

any