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
| Name | Type | Description |
|---|---|---|
id | Uuid | UUID of the data product version row. |
version | Integer32 | Internal ordering version integer assigned by the control plane. |
semver_major | Integer32 | Semantic major component stored for this version. |
semver_minor | Integer32 | Semantic minor component stored for this version. |
semver_patch | Integer32 | Semantic patch component stored for this version. |