FiltersConfiguration interface

Filters configuration for the Event Subscription.

Properties

filters

An array of filters that are used for filtering event subscriptions.

includedEventTypes

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.

Property Details

filters

An array of filters that are used for filtering event subscriptions.

filters?: FilterUnion[]

Property Value

includedEventTypes

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.

includedEventTypes?: string[]

Property Value

string[]