SchemaVersion

data class SchemaVersion(val isLatest: Boolean? = null, val versionNumber: Int? = null)

Specify checkpoint version for update. This is only required to update the Compatibility.

Constructors

Link copied to clipboard
constructor(isLatest: Boolean? = null, versionNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isLatest: Boolean? = null

Indicates if the latest version needs to be updated.

Link copied to clipboard
val versionNumber: Int? = null

Indicates the version number in the schema to update.