共用方式為


Dataset interface

定義數據集屬性。

屬性

dataPoints

屬於數據集一部分的數據點陣列。 每個數據點可以有每個數據點組態。

datasetConfiguration

字串化 JSON,其中包含描述特定數據集組態的連接器特定 JSON 字串。

name

數據集的名稱。

topic

物件,描述特定數據集的主題資訊。

屬性詳細資料

dataPoints

屬於數據集一部分的數據點陣列。 每個數據點可以有每個數據點組態。

dataPoints?: DataPoint[]

屬性值

datasetConfiguration

字串化 JSON,其中包含描述特定數據集組態的連接器特定 JSON 字串。

datasetConfiguration?: string

屬性值

string

name

數據集的名稱。

name: string

屬性值

string

topic

物件,描述特定數據集的主題資訊。

topic?: Topic

屬性值