Class EventNotificationConfig (2.0.0)

public sealed class EventNotificationConfig : IMessage<EventNotificationConfig>, IEquatable<EventNotificationConfig>, IDeepCloneable<EventNotificationConfig>, IBufferMessage, IMessage

The configuration for forwarding telemetry events.

Inheritance

Object > EventNotificationConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

EventNotificationConfig()

public EventNotificationConfig()

EventNotificationConfig(EventNotificationConfig)

public EventNotificationConfig(EventNotificationConfig other)
Parameter
NameDescription
otherEventNotificationConfig

Properties

PubsubTopicName

public string PubsubTopicName { get; set; }

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Property Value
TypeDescription
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.

Property Value
TypeDescription
System.String