VDISite Table

VDISite stores the list of available VDI sites.

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

Database Column

Details

VDISiteID

Type: integer. Key. Generated ID

A unique identifier for a VDI site record.

SiteName

Type: text (max 256 characters). Key

The VDI Group name

AccessModeID

Type: integer. Key

The access mode of the VDI site. Foreign key to the AccessMode table.