Skip to main content

DataProductVersionInfo

  • Stability: stable

Combines the internal monotonic version counter with the public semver triple exposed to operators.

  • Qualified id: com.dataspine.controlplane.DataProductVersionInfo@1
  • Kind: struct

Properties

NameTypeDescription
idUuidUUID of the data product version row.
versionInteger32Internal ordering version integer assigned by the control plane.
semver_majorInteger32Semantic major component stored for this version.
semver_minorInteger32Semantic minor component stored for this version.
semver_patchInteger32Semantic patch component stored for this version.

Back to Control Plane