Discovered Dataset Response
data class DiscoveredDatasetResponse(val dataPoints: List<DiscoveredDataPointResponse>? = null, val datasetConfiguration: String? = null, val name: String, val topic: TopicResponse? = null)
Defines the dataset properties.
Constructors
Link copied to clipboard
constructor(dataPoints: List<DiscoveredDataPointResponse>? = null, datasetConfiguration: String? = null, name: String, topic: TopicResponse? = null)
Properties
Link copied to clipboard
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
Link copied to clipboard
Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
Link copied to clipboard
Object that describes the topic information for the specific dataset.