Table of Contents

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

string

DataSource

public required string DataSource { get; set; }

Property Value

string

LastUpdatedOn

public DateTime? LastUpdatedOn { get; set; }

Property Value

DateTime?

Name

public required string? Name { get; set; }

Property Value

string