NamespaceDataset interface
Defines the dataset properties.
Properties
| data |
Array of data points that are part of the dataset. Each data point can have per-data point configuration. |
| dataset |
Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset. |
| data |
Reference to a data source for a given dataset. |
| destinations | Destinations for a dataset. |
| name | Name of the dataset. |
| type |
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?: NamespaceDatasetDataPoint[]
Property Value
datasetConfiguration
Stringified JSON that contains connector-specific JSON string 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
name
Name of the dataset.
name: string
Property Value
string
typeRef
URI or type definition ID.
typeRef?: string
Property Value
string