通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Dataset interface

定义数据集属性。

属性

dataPoints

属于数据集的数据点数组。 每个数据点可以具有每个数据点配置。

datasetConfiguration

字符串化 JSON,其中包含特定于连接器的 JSON 字符串,用于描述特定数据集的配置。

name

数据集名称。

topic

描述特定数据集的主题信息的对象。

属性详细信息

dataPoints

属于数据集的数据点数组。 每个数据点可以具有每个数据点配置。

dataPoints?: DataPoint[]

属性值

datasetConfiguration

字符串化 JSON,其中包含特定于连接器的 JSON 字符串,用于描述特定数据集的配置。

datasetConfiguration?: string

属性值

string

name

数据集名称。

name: string

属性值

string

topic

描述特定数据集的主题信息的对象。

topic?: Topic

属性值