VirtualDesktopApplicationUsage Table

A virtualized application is used from VDI.

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

Database Column

Details

VirtualDesktop ApplicationUsageID

Type: integer. Key. Generated ID

The ID of the application usage record.

VirtualDesktopAccessID

Type: integer. Key

The ID of the corresponding VDI access record. This is a foreign key into the VirtualDesktopAccess table.

Name

Type: text (max 64 characters). Key

The display name of the virtual application.

Version

Type: text (max 16 characters). Key

The version of the virtual application.

PackageGUID

Type: unique identifier. Key

The GUID of the package that the virtual application is associated with.

LastLaunchOnSystem

Type: datetime

The last date and time that the virtual application was launched.

AccessMode

Type: text (max 100 characters). Key

The access mode for the application.