Share via


NamespaceDiscoveredDataset interface

Defines the dataset properties.

Properties

dataPoints

Array of data points that are part of the dataset. Each data point can have per-data point configuration.

datasetConfiguration

Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.

dataSource

Reference to a data source for a given dataset.

destinations

Destinations for a dataset.

lastUpdatedOn

Timestamp (in UTC) indicating when the dataset was added or modified.

name

Name of the dataset.

typeRef

URI or type definition ID.

Property Details

dataPoints

Array of data points that are part of the dataset. Each data point can have per-data point configuration.

dataPoints?: NamespaceDiscoveredDatasetDataPoint[]

Property Value

datasetConfiguration

Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.

datasetConfiguration?: string

Property Value

string

dataSource

Reference to a data source for a given dataset.

dataSource?: string

Property Value

string

destinations

Destinations for a dataset.

destinations?: DatasetDestinationUnion[]

Property Value

lastUpdatedOn

Timestamp (in UTC) indicating when the dataset was added or modified.

lastUpdatedOn?: Date

Property Value

Date

name

Name of the dataset.

name: string

Property Value

string

typeRef

URI or type definition ID.

typeRef?: string

Property Value

string