Table of Contents

Class DiscoveredAssetDataset

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public record DiscoveredAssetDataset : IEquatable<DiscoveredAssetDataset>
Inheritance
DiscoveredAssetDataset
Implements
Inherited Members

Properties

DataPoints

public List<DiscoveredAssetDatasetDataPoint>? DataPoints { get; set; }

Property Value

List<DiscoveredAssetDatasetDataPoint>

DataSetConfiguration

public string? DataSetConfiguration { get; set; }

Property Value

string

DataSource

public string? DataSource { get; set; }

Property Value

string

Destinations

public List<DatasetDestination>? Destinations { get; set; }

Property Value

List<DatasetDestination>

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