Table of Contents

Class AssetEventDataPointSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class AssetEventDataPointSchemaElementSchema : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
AssetEventDataPointSchemaElementSchema
Implements
Inherited Members

Properties

DataPointConfiguration

Stringified JSON that contains connector-specific configuration for the data point.

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

Property Value

string

DataSource

The address of the source of the data in the event (e.g. URL) so that a client can access the data source on the asset.

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

Property Value

string

Name

The name of the data point.

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

Property Value

string