Table of Contents

Class EventsSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.Akri.DiscoveredAssetResources
Assembly
Azure.Iot.Operations.Services.dll
public class EventsSchemaElementSchema
Inheritance
EventsSchemaElementSchema
Inherited Members

Properties

EventConfiguration

The 'eventConfiguration' Field.

[JsonPropertyName("eventConfiguration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EventConfiguration { get; set; }

Property Value

string

EventNotifier

The 'eventNotifier' Field.

[JsonPropertyName("eventNotifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EventNotifier { get; set; }

Property Value

string

LastUpdatedOn

The 'lastUpdatedOn' Field.

[JsonPropertyName("lastUpdatedOn")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastUpdatedOn { get; set; }

Property Value

string

Name

The 'name' Field.

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }

Property Value

string

Topic

The 'topic' Field.

[JsonPropertyName("topic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TopicSchema? Topic { get; set; }

Property Value

TopicSchema