次の方法で共有


DiscoveredDataset Class

Definition

Defines the dataset properties.

public class DiscoveredDataset : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredDataset>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredDataset>
type DiscoveredDataset = class
    interface IJsonModel<DiscoveredDataset>
    interface IPersistableModel<DiscoveredDataset>
Public Class DiscoveredDataset
Implements IJsonModel(Of DiscoveredDataset), IPersistableModel(Of DiscoveredDataset)
Inheritance
DiscoveredDataset
Implements

Constructors

DiscoveredDataset(String)

Initializes a new instance of DiscoveredDataset.

Properties

DataPoints

Array of data points that are part of the dataset. Each data point can have per-data point configuration.

DatasetConfiguration

Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.

Name

Name of the dataset.

Topic

Object that describes the topic information for the specific dataset.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DiscoveredDataset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DiscoveredDataset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiscoveredDataset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscoveredDataset>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DiscoveredDataset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to