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

DataPoints

public List<AssetEventDataPointSchemaElement>? DataPoints { get; set; }

Property Value

List<AssetEventDataPointSchemaElement>

Destinations

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

Property Value

List<EventStreamDestination>

EventConfiguration

public string? EventConfiguration { get; set; }

Property Value

string

EventNotifier

public required string EventNotifier { get; set; }

Property Value

string

Name

public required string Name { get; set; }

Property Value

string

TypeRef

public string? TypeRef { get; set; }

Property Value

string