Inventory Object: InstalledFileEvidenceUsage
InstalledFileEvidenceUsage
objects are uploaded
to the ImportedInstalledFileEvidenceUsage
table in the
operations (inventory) database.
The ImportedInstalledFileEvidenceUsage
table holds a record of end-users that are using file evidence from the source connection.
Attributes are listed here in alphabetical order.
Property | Attributes | Notes |
---|---|---|
ActiveTimeInSeconds
|
Unsigned integer (bigint ). May be null. |
The number of seconds that the file evidence was in use during the usage tracking period. |
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.
|
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.
|
ExternalUserID
|
Unsigned integer (bigint ). Mandatory. Database key. |
The identifier used in the source connection for the end-user that has used 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.
|
LastUsedDate
|
An ASCII string of alphanumeric characters and punctuation (length 10 characters). May be null. |
The last used date of the file evidence. |
NumberOfSessions
|
Unsigned integer (bigint ). May be null. |
The number of sessions that the file evidence was in use during the usage tracking period. |
StartDate
|
An ASCII string of alphanumeric characters and punctuation (length 10 characters). May be null. |
The start date of the file evidence usage tracking period. |
IT Asset Management (Cloud)
Current