public sealed class EventNotificationConfig : IMessage<EventNotificationConfig>, IEquatable<EventNotificationConfig>, IDeepCloneable<EventNotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class EventNotificationConfig.
The configuration for forwarding telemetry events.
If the subfolder name matches this string exactly, this configuration will
be used. The string must not include the leading '/' character. If empty,
all strings are matched. This field is used only for telemetry events;
subfolders are not supported for state changes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `EventNotificationConfig` class is 2.2.0, and the class is part of the Google.Cloud.Iot.V1 namespace within the Google.Cloud.Iot.V1.dll assembly."],["`EventNotificationConfig` is designed for configuring the forwarding of telemetry events, inheriting from object and implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class has two constructors, one default and another that accepts an `EventNotificationConfig` object, offering flexibility in creating instances."],["It includes two key properties: `PubsubTopicName`, which is a string defining the Cloud Pub/Sub topic, and `SubfolderMatches`, which dictates the subfolder matching criteria for telemetry event forwarding."],["The documentation provides links to the different versions, starting from version 1.0.0 up to 2.2.0."]]],[]]