Dataset

data class Dataset(val namespace: String, val name: String, val facets: DatasetFacets? = null)

Represents a dataset.

Constructors

Link copied to clipboard
constructor(namespace: String, name: String, facets: DatasetFacets? = null)

Properties

Link copied to clipboard
val facets: DatasetFacets? = null

The facets associated with the dataset (optional).

Link copied to clipboard

The name of the dataset.

Link copied to clipboard

The namespace of the dataset.