TableVersion

Specifies a version of a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val table: Table?

The table in question.

Link copied to clipboard

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

Functions

Link copied to clipboard
inline fun copy(block: TableVersion.Builder.() -> Unit = {}): TableVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String