Topic Last Modified: 2012-10-02

The Endpoint table is a supporting table that stores information about the endpoints that have participated in sessions recorded in the database. Each record in the table represents one endpoint.

Column Data Type Key/Index Details

EndpointKey

int

Primary

Unique number identifying this endpoint.

Name

nvarchar(256)

Unique

Endpoint name.

OS

nvarchar(128)

 

Operating system (OS) of the endpoint.

CPUName

nvarchar(128)

CPU name of the endpoint.

CPUNumberOfCores

smallint

Number of CPU cores of the endpoint.

CPUProcessorSpeed

int

CPU processor speed of the endpoint.

VirtualizationFlag

tinyint

Bit flag that indicates if the system is running in a virtualized environment:

  • 0x0000 – None

  • 0x0001 – HyperV

  • 0x0002 – VMWare

  • 0x0004 – Virtual PC

  • 0x0008 – Xen PC