InstallerEvidenceMatchCount Table

InstallerEvidenceMatchCount tracks the number of times that each installer evidence (rule) has been detected as installed and recorded in the data source. A separate count is kept for each installer evidence rule, and for each data source.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for InstallerEvidenceMatchCount table

Database Column

Details

InstallerEvidenceID

Type: integer. Key

The installer evidence which is being matched. Foreign key to the InstallerEvidence table.

ComplianceConnectionID

Type: integer. Key

The data source where the match is occurring. Foreign key to the ComplianceConnection table.

MatchedCount

Type: integer

The number of installed installer evidence records in this data source matching this installer evidence rule.

InstallCount

Type: integer

The number of physical application installations recognized in this data source using this installer evidence rule.