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