Table of Contents

Class AssetEvent

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

Properties

DataSource

public string? DataSource { get; set; }

Property Value

string

Destinations

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

Property Value

List<EventStreamDestination>

EventConfiguration

public string? EventConfiguration { get; set; }

Property Value

string

Name

public required string Name { get; set; }

Property Value

string

TypeRef

public string? TypeRef { get; set; }

Property Value

string