Share via


AdvancedFilter Class

Definition

This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter.

public class AdvancedFilter
type AdvancedFilter = class
Public Class AdvancedFilter
Inheritance
AdvancedFilter
Derived

Constructors

AdvancedFilter()

Initializes a new instance of the AdvancedFilter class.

AdvancedFilter(String)

Initializes a new instance of the AdvancedFilter class.

Properties

Key

Gets or sets the field/property in the event based on which you want to filter.

Applies to