FileEvidenceExemptionPattern Table

FileEvidenceExemptionPattern lists exemption patterns for file evidence to be applied to a license.

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 FileEvidenceExemptionPattern table

Database Column

Details

FileEvidenceExemption PatternID

Type: integer. Key. Generated ID

A unique identifier for a file evidence exemption pattern.

SoftwareLicenseID

Type: integer. Key. Nullable

The link to the license this pattern is to be applied to. Foreign key to the SoftwareLicense table.

Path

Type: text (max 400 characters). Key

The path of the file found in file evidence to be exempted from the license.

FileVersion

Type: text (max 100 characters). Key. Nullable

The version of the file found in file evidence to be exempted from the license.

Reason

Type: text (max 256 characters). Nullable

The reason the file found in file evidence is to be exempted from the license.