public sealed class EventNotificationConfig : IMessage<EventNotificationConfig>, IEquatable<EventNotificationConfig>, IDeepCloneable<EventNotificationConfig>, IBufferMessage, IMessage
The configuration for forwarding telemetry events.
A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents.
Property Value
Type
Description
System.String
SubfolderMatches
public string SubfolderMatches { get; set; }
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-04-17 UTC."],[[["The latest version available for `EventNotificationConfig` is 2.2.0, with the current page detailing version 2.0.0."],["`EventNotificationConfig` is a class for forwarding telemetry events, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, `EventNotificationConfig()`, and a copy constructor, `EventNotificationConfig(EventNotificationConfig other)`."],["`EventNotificationConfig` includes two properties, `PubsubTopicName` which is a string for the cloud pub/sub topic name, and `SubfolderMatches`, a string to define the matching condition of subfolders for telemetry events."],["The namespace for `EventNotificationConfig` is `Google.Cloud.Iot.V1`, and it's part of the `Google.Cloud.Iot.V1.dll` assembly."]]],[]]