Table of Contents

Class AssetEventGroupStatusSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class AssetEventGroupStatusSchemaElementSchema : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
AssetEventGroupStatusSchemaElementSchema
Implements
Inherited Members

Properties

Events

Array of event statuses that describe the status of each event in the event group.

[JsonPropertyName("events")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public List<AssetDatasetEventStreamStatus>? Events { get; set; }

Property Value

List<AssetDatasetEventStreamStatus>

Name

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

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

Property Value

string