[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-07-18

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 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 indicate if the system is running in a virtualized environment:

  • 0x0000 – None

  • 0x0001 – HyperV

  • 0x0002 – VMWare

  • 0x0004 – Virtual PC

  • 0x0008 – Xen PC