Table of Contents

Class DiscoveredAssetEventGroup

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public record DiscoveredAssetEventGroup : IEquatable<DiscoveredAssetEventGroup>
Inheritance
DiscoveredAssetEventGroup
Implements
Inherited Members

Properties

DataSource

The address of the notifier of the event group in the asset (e.g. URL) so that a client can access the event group on the asset.

public string? DataSource { get; set; }

Property Value

string

DefaultDestinations

Default destinations for an event group.

public List<EventStreamDestination>? DefaultDestinations { get; set; }

Property Value

List<EventStreamDestination>

EventGroupConfiguration

Stringified JSON that contains connector-specific configuration for the event group. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

public string? EventGroupConfiguration { get; set; }

Property Value

string

Events

Array of events that are part of the event group. Each event can have per-event configuration.

public List<DiscoveredAssetEvent>? Events { get; set; }

Property Value

List<DiscoveredAssetEvent>

Name

Name of the event group.

public string Name { get; set; }

Property Value

string

TypeRef

URI or type definition ID.

public string? TypeRef { get; set; }

Property Value

string