DatasetResponseLatest

data class DatasetResponseLatest(val createdBy: UserInfoResponse? = null, val createdTime: String, val dataPath: DatasetResponseDataPath? = null, val dataflow: String, val datasetDefinitionState: DatasetStateResponse? = null, val datasetId: String, val description: String, val etag: String, val fileType: String, val modifiedTime: String, val notes: String, val partitionFormatInPath: Boolean, val properties: Map<String, Any>? = null, val savedDatasetId: String, val tags: Map<String, String>, val telemetryInfo: Map<String, String>, val useDescriptionTagsFromDefinition: Boolean, val versionId: String)

Last created Dataset definition.

Constructors

Link copied to clipboard
constructor(createdBy: UserInfoResponse? = null, createdTime: String, dataPath: DatasetResponseDataPath? = null, dataflow: String, datasetDefinitionState: DatasetStateResponse? = null, datasetId: String, description: String, etag: String, fileType: String, modifiedTime: String, notes: String, partitionFormatInPath: Boolean, properties: Map<String, Any>? = null, savedDatasetId: String, tags: Map<String, String>, telemetryInfo: Map<String, String>, useDescriptionTagsFromDefinition: Boolean, versionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User who created.

Link copied to clipboard

The dataset creation time (UTC).

Link copied to clipboard

Dataflow Json

Link copied to clipboard

Datastore and reference to location of data such as relativePath, Sql Query and etc.

Link copied to clipboard
Link copied to clipboard

Unique Dataset identifier.

Link copied to clipboard

Description about the dataset.

Link copied to clipboard

eTag description

Link copied to clipboard

Dataset FileType, specified by user.

Link copied to clipboard

The dataset last modified time (UTC).

Link copied to clipboard

Summary of Definition changes.

Link copied to clipboard

Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.

Link copied to clipboard
val properties: Map<String, Any>? = null

Properties stores information like name of time series column for time series dataset.

Link copied to clipboard

Indicates the saved dataset this definition is mapping to, populated on Get.

Link copied to clipboard

Tags associated with the dataset.

Link copied to clipboard

Telemetry information about the dataset including information like which service the dataset was created from.

Link copied to clipboard

Whether to use description and tags from the definition level as opposed to dataset level (old behavior).

Link copied to clipboard

An identifier uniquely identifies a definition change.