Class AssetEventDataPointSchemaElement
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record AssetEventDataPointSchemaElement : IEquatable<AssetEventDataPointSchemaElement>
- Inheritance
-
AssetEventDataPointSchemaElement
- Implements
- Inherited Members
Properties
DataPointConfiguration
public string? DataPointConfiguration { get; set; }
Property Value
DataSource
public required string DataSource { get; set; }
Property Value
Name
public required string Name { get; set; }