EventSubscriptionFilter 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.
Filter for the Event Subscription.
public class EventSubscriptionFilter
type EventSubscriptionFilter = class
Public Class EventSubscriptionFilter
- Inheritance
-
EventSubscriptionFilter
Constructors
EventSubscriptionFilter() |
Initializes a new instance of the EventSubscriptionFilter class. |
EventSubscriptionFilter(String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, IList<AdvancedFilter>) |
Initializes a new instance of the EventSubscriptionFilter class. |
Properties
AdvancedFilters |
Gets or sets an array of advanced filters that are used for filtering event subscriptions. |
EnableAdvancedFilteringOnArrays |
Gets or sets allows advanced filters to be evaluated against an array of values instead of expecting a singular value. |
IncludedEventTypes |
Gets or sets a list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. |
IsSubjectCaseSensitive |
Gets or sets specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner. |
SubjectBeginsWith |
Gets or sets an optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path. |
SubjectEndsWith |
Gets or sets an optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path. |