NamespaceDataset interface
定義資料集屬性。
屬性
| data |
屬於數據集一部分的數據點陣列。 每個數據點可以有每個數據點組態。 |
| dataset |
字串化 JSON,其中包含描述特定數據集組態的連接器特定 JSON 字串。 |
| data |
對給定數據集的數據源的引用。 |
| destinations | 數據集的目標。 |
| name | 資料集的名稱。 |
| type |
URI 或類型定義ID。 |
屬性詳細資料
dataPoints
屬於數據集一部分的數據點陣列。 每個數據點可以有每個數據點組態。
dataPoints?: NamespaceDatasetDataPoint[]
屬性值
datasetConfiguration
字串化 JSON,其中包含描述特定數據集組態的連接器特定 JSON 字串。
datasetConfiguration?: string
屬性值
string
dataSource
對給定數據集的數據源的引用。
dataSource?: string
屬性值
string
destinations
name
資料集的名稱。
name: string
屬性值
string
typeRef
URI 或類型定義ID。
typeRef?: string
屬性值
string