Table of Contents

Class DatasetsSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.Akri.DiscoveredAssetResources
Assembly
Azure.Iot.Operations.Services.dll
public class DatasetsSchemaElementSchema
Inheritance
DatasetsSchemaElementSchema
Inherited Members

Properties

DataPoints

The 'dataPoints' Field.

[JsonPropertyName("dataPoints")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public List<DataPointsSchemaElementSchema>? DataPoints { get; set; }

Property Value

List<DataPointsSchemaElementSchema>

DataSetConfiguration

The 'dataSetConfiguration' Field.

[JsonPropertyName("dataSetConfiguration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DataSetConfiguration { get; set; }

Property Value

string

Name

The 'name' Field.

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }

Property Value

string

Topic

The 'topic' Field.

[JsonPropertyName("topic")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TopicSchema? Topic { get; set; }

Property Value

TopicSchema