AdvancedFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET