ImportedRemoteUsage Table

This ImportedRemoteUsage table stores the remote usage for applications in remote hosting environments

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

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

ExternalServerID

Type: big integer. Key. Nullable

The External Server ID for the remote server.

ExternalClientID

Type: big integer. Nullable

The External client ID for the remote client machine.

ExternalFileID

Type: big integer. Key. Nullable

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

ExternalInstaller EvidenceID

Type: big integer. Nullable

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

ExternalUserID

Type: big integer. Nullable

The identifier used in the source connection for the end-user that has used the file evidence.

StartDate

Type: text (max 10 characters). Nullable

The start date of the remote usage tracking period.

ActiveTimeInSeconds

Type: big integer. Nullable

The number of seconds that the file evidence was in use during the usage tracking period.

NumberOfSessions

Type: big integer. Nullable

The number of sessions that the file evidence was in use during the usage tracking period.

AccessModeID

Type: integer. Nullable

The access mode ID for the remote usage.

SiteName

Type: text (max 512 characters). Nullable

The XenApp site where the evidence was found.