VersionInfo

Describes properties for the catalog version.

Hierarchy

  • VersionInfo

Properties

dependencies

dependencies: MetadataApi.VersionDependency[]

A list of the catalog dependencies.

Optional partitionCounts

partitionCounts?:

A map of the layers in the catalog and their partition counts. The map is expressed in key value pairs.

Type declaration

  • [key: string]: number

timestamp

timestamp: number

Timestamp that indicates when the version was created.

version

version: number

The version of the catalog metadata. It is incremented every time you change catalog metadata e.g. by publishing new partitions to durable layers.