Class DiscoveredAssetEventDataPoint
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DiscoveredAssetEventDataPoint : IEquatable<DiscoveredAssetEventDataPoint>
- Inheritance
-
DiscoveredAssetEventDataPoint
- Implements
- Inherited Members
Properties
DataPointConfiguration
public string? DataPointConfiguration { get; set; }
Property Value
DataSource
public required string DataSource { get; set; }
Property Value
LastUpdatedOn
public DateTime? LastUpdatedOn { get; set; }
Property Value
Name
public required string? Name { get; set; }