Class DetectedAssetEventSchemaElement
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DetectedAssetEventSchemaElement : IEquatable<DetectedAssetEventSchemaElement>
- Inheritance
-
DetectedAssetEventSchemaElement
- Implements
-
- Inherited Members
-
Properties
DataPoints
public List<DiscoveredAssetEventDataPoint>? DataPoints { get; set; }
Property Value
- List<DiscoveredAssetEventDataPoint>
Destinations
public List<EventStreamDestination>? Destinations { get; set; }
Property Value
- List<EventStreamDestination>
EventConfiguration
public string? EventConfiguration { get; set; }
Property Value
- string
EventNotifier
public required string EventNotifier { get; set; }
Property Value
- string
LastUpdatedOn
public DateTime? LastUpdatedOn { get; set; }
Property Value
- DateTime?
Name
public required string Name { get; set; }
Property Value
- string
TypeRef
public string? TypeRef { get; set; }
Property Value
- string