Table of Contents

Class DataPointsSchemaElementSchema

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

Properties

DataPointConfiguration

The 'dataPointConfiguration' Field.

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

Property Value

string

DataSource

The 'dataSource' Field.

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

Property Value

string

LastUpdatedOn

The 'lastUpdatedOn' Field.

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

Property Value

string

Name

The 'name' Field.

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

Property Value

string