Dataset interface
Defines the dataset properties.
Properties
data |
Array of data points that are part of the dataset. Each data point can have per-data point configuration. |
dataset |
Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset. |
name | Name of the dataset. |
topic | Object that describes the topic information for the specific dataset. |
Property Details
dataPoints
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
dataPoints?: DataPoint[]
Property Value
datasetConfiguration
Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
datasetConfiguration?: string
Property Value
string
name
Name of the dataset.
name: string
Property Value
string
topic
Object that describes the topic information for the specific dataset.
topic?: Topic
Property Value
Azure SDK for JavaScript