Condividi tramite


WorkspacePurgeBodyFilters Class

Definition

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

public class WorkspacePurgeBodyFilters
type WorkspacePurgeBodyFilters = class
Public Class WorkspacePurgeBodyFilters
Inheritance
WorkspacePurgeBodyFilters

Constructors

WorkspacePurgeBodyFilters()

Initializes a new instance of the WorkspacePurgeBodyFilters class.

WorkspacePurgeBodyFilters(String, String, Object, String)

Initializes a new instance of the WorkspacePurgeBodyFilters class.

Properties

Column

Gets or sets the column of the table over which the given query should run

Key

Gets or sets when filtering over custom dimensions, this key will be used as the name of the custom dimension.

OperatorProperty

Gets or sets 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

Gets or sets 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.

Applies to