次の方法で共有


NamespaceDiscoveredDataset interface

データセットのプロパティを定義します。

プロパティ

dataPoints

データセットの一部であるデータ ポイントの配列。 各データ ポイントは、データ ポイントごとの構成を持つことができます。

datasetConfiguration

特定のデータセットの構成を記述するコネクタ固有のプロパティを含む文字列化された JSON。

dataSource

特定のデータセットのデータ ソースへの参照。

destinations

データセットの宛先。

lastUpdatedOn

データセットが追加または変更された日時を示すタイムスタンプ (UTC)。

name

データセットの名前。

typeRef

URI または型定義 ID。

プロパティの詳細

dataPoints

データセットの一部であるデータ ポイントの配列。 各データ ポイントは、データ ポイントごとの構成を持つことができます。

dataPoints?: NamespaceDiscoveredDatasetDataPoint[]

プロパティ値

datasetConfiguration

特定のデータセットの構成を記述するコネクタ固有のプロパティを含む文字列化された JSON。

datasetConfiguration?: string

プロパティ値

string

dataSource

特定のデータセットのデータ ソースへの参照。

dataSource?: string

プロパティ値

string

destinations

データセットの宛先。

destinations?: DatasetDestinationUnion[]

プロパティ値

lastUpdatedOn

データセットが追加または変更された日時を示すタイムスタンプ (UTC)。

lastUpdatedOn?: Date

プロパティ値

Date

name

データセットの名前。

name: string

プロパティ値

string

typeRef

URI または型定義 ID。

typeRef?: string

プロパティ値

string