Endpoint Table
Topic Last Modified: 2010-11-09
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:
|