DeviceRegistryDataPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the data point properties.
public class DeviceRegistryDataPoint : Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryDataPointBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryDataPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryDataPoint>
type DeviceRegistryDataPoint = class
inherit DeviceRegistryDataPointBase
interface IJsonModel<DeviceRegistryDataPoint>
interface IPersistableModel<DeviceRegistryDataPoint>
Public Class DeviceRegistryDataPoint
Inherits DeviceRegistryDataPointBase
Implements IJsonModel(Of DeviceRegistryDataPoint), IPersistableModel(Of DeviceRegistryDataPoint)
- Inheritance
- Implements
Constructors
DeviceRegistryDataPoint(String, String) |
Initializes a new instance of DeviceRegistryDataPoint. |
Properties
DataPointConfiguration |
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize. (Inherited from DeviceRegistryDataPointBase) |
DataSource |
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset. (Inherited from DeviceRegistryDataPointBase) |
Name |
The name of the data point. (Inherited from DeviceRegistryDataPointBase) |
ObservabilityMode |
An indication of how the data point should be mapped to OpenTelemetry. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET