Share via


IComponentPurgeBodyFilters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))]
public interface IComponentPurgeBodyFilters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))>]
type IComponentPurgeBodyFilters = interface
    interface IJsonSerializable
Public Interface IComponentPurgeBodyFilters
Implements IJsonSerializable
Derived
Attributes
Implements

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
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to