Click or drag to resize

TopicConfiguration Class

Event notification configuration
Inheritance Hierarchy
SystemObject
  OBS.ModelTopicConfiguration

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class TopicConfiguration

The TopicConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTopicConfiguration
Initializes a new instance of the TopicConfiguration class
Top
Properties
  NameDescription
Public propertyEvents
List of event types that need to be notified
Public propertyFilterRules
List of filtering rules configured for event notification
Public propertyId
Event notification configuration ID
Public propertyTopic
URN of the event notification topic. After detecting a specific event in the bucket, OBS sends a message to the topic.
Top
See Also