final case class VersionInfo(version: Long, timestamp: Long, dependencies: Seq[VersionDependency], partitionCounts: Map[String, Long]) extends Product with Serializable
- version
 Version of this catalog.
- timestamp
 Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- dependencies
 List of catalogs and versions that were used as a dependency to generate this version.
- partitionCounts
 The number of partitions changed in this commit for this version, counted by layer.
- Alphabetic
 - By Inheritance
 
- VersionInfo
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new VersionInfo(version: Long, timestamp: Long, dependencies: Seq[VersionDependency], partitionCounts: Map[String, Long])
- version
 Version of this catalog.
- timestamp
 Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- dependencies
 List of catalogs and versions that were used as a dependency to generate this version.
- partitionCounts
 The number of partitions changed in this commit for this version, counted by layer.
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -  val dependencies: Seq[VersionDependency]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def getDependencies(): List[VersionDependency]
- returns
 List of catalogs and versions that were used as a dependency to generate this version.
 -    def getPartitionCounts(): Map[String, Long]
- returns
 The number of partitions changed in this commit for this version, counted by layer.
 -    def getTimestamp(): Long
- returns
 Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
 -    def getVersion(): Long
- returns
 Version of this catalog.
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  val partitionCounts: Map[String, Long]
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val timestamp: Long
 -  val version: Long
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)