Table of Contents

Class AssetDataset

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

Properties

DataPoints

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

Property Value

List<AssetDatasetDataPointSchemaElement>

DataPointsDictionary

public Dictionary<string, AssetDatasetDataPointSchemaElement>? DataPointsDictionary { get; }

Property Value

Dictionary<string, AssetDatasetDataPointSchemaElement>

DataSource

public string? DataSource { get; set; }

Property Value

string

DatasetConfiguration

public string? DatasetConfiguration { get; set; }

Property Value

string

Destinations

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

Property Value

List<DatasetDestination>

Name

public required string Name { get; set; }

Property Value

string

TypeRef

public string? TypeRef { get; set; }

Property Value

string