共用方式為


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