Class AssetEventGroupStatus
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record AssetEventGroupStatus : IEquatable<AssetEventGroupStatus>
- Inheritance
-
AssetEventGroupStatus
- Implements
- Inherited Members
Properties
Events
Array of event statuses that describe the status of each event in the event group.
public List<AssetDatasetEventStreamStatus>? Events { get; set; }
Property Value
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.
public string Name { get; set; }