Table of Contents

Class StatusEvents

Namespace
Azure.Iot.Operations.Services.Assets
Assembly
Azure.Iot.Operations.Services.dll
public record StatusEvents : IEquatable<StatusEvents>
Inheritance
StatusEvents
Implements
Inherited Members

Properties

MessageSchemaReference

Defines the message schema reference properties.

public MessageSchemaReference? MessageSchemaReference { get; set; }

Property Value

MessageSchemaReference

Name

The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.

public string Name { get; set; }

Property Value

string