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
EventNotifier
The 'eventNotifier' Field.
[JsonPropertyName("eventNotifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EventNotifier { get; set; }
Property Value
LastUpdatedOn
The 'lastUpdatedOn' Field.
[JsonPropertyName("lastUpdatedOn")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastUpdatedOn { get; set; }
Property Value
Name
The 'name' Field.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
Topic
The 'topic' Field.
[JsonPropertyName("topic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TopicSchema? Topic { get; set; }