SoftwareCatalogConflict¶
Contains conflicts detected by the software catalog update mechanism.
Fields¶
| Field | Type | Description |
|---|---|---|
| Action | nvarchar | Catalog action that causes the conflict |
| CatalogVersion | nvarchar | Version info of used catalog |
| Created | datetime2 | Date/Time the entry was created |
| ID | bigint | Internal ID for the SoftwareCatalogConflict entity (Primary Key) |
| Notes | nvarchar | Notes written during the catalog update process |
| SoftwarePackageGuid | uniqueidentifier | |
| SoftwarePackageID | bigint | Internal ID that references the SoftwarePackage entity (Foreign Key) |
| SoftwareSignatureID | bigint | Internal ID that references the SoftwareSignature entity (Foreign Key) |