Inventory Object: InstalledFileEvidence

IT Asset Management (Cloud)

InstalledFileEvidence objects are uploaded to the ImportedInstalledFileEvidence table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedInstalledFileEvidence table holds a record of the file evidence that has been installed on a computer from the source connections.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ExternalFileID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the file evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ExternalFilePathID Unsigned integer (bigint). May be null.

The identifier used in the source connection for the path of the file evidence.

ExternalID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer that the file evidence is installed on.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.

IT Asset Management (Cloud)

Current