Cloud IoT v1 API - Class EventNotificationConfig (2.2.0)

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.

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
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
string