通过


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

NamespaceDataset interface

定义数据集属性。

属性

dataPoints

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

datasetConfiguration

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

dataSource

对给定数据集的数据源的引用。

destinations

数据集的目标。

name

数据集名称。

typeRef

URI 或类型定义 ID。

属性详细信息

dataPoints

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

dataPoints?: NamespaceDatasetDataPoint[]

属性值

datasetConfiguration

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

datasetConfiguration?: string

属性值

string

dataSource

对给定数据集的数据源的引用。

dataSource?: string

属性值

string

destinations

数据集的目标。

destinations?: DatasetDestinationUnion[]

属性值

name

数据集名称。

name: string

属性值

string

typeRef

URI 或类型定义 ID。

typeRef?: string

属性值

string