FileEvidenceMatchCount Table

FileEvidenceMatchCount tracks the number of times that each file evidence (rule) has been detected as installed and recorded in the data source. A separate count is kept for each file 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 FileEvidenceMatchCount table

Database Column

Details

FileEvidenceID

Type: integer. Key

The file evidence rule being matched. Foreign key to the NewFileEvidence table.

ComplianceConnectionID

Type: integer. Key. Nullable

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

MatchedCount

Type: integer

The number of installed files in this data source matching this file evidence rule.

InstallCount

Type: integer

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