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.

NextUpdateTS

Datetime

 

For internal use only.