DatasetVersioningConfiguration

data class DatasetVersioningConfiguration(val maxVersions: Int? = null, val unlimited: Boolean? = null)

Constructors

Link copied to clipboard
constructor(maxVersions: Int? = null, unlimited: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxVersions: Int? = null

How many versions of dataset contents are kept. The unlimited parameter must be false .

Link copied to clipboard
val unlimited: Boolean? = null

If true, unlimited versions of dataset contents are kept.