Topic Last Modified: 2010-11-09
The SessionCorrelation table is a supporting table. Each record represents one CorrelationID which is used to correlate multiple sessions.
Column | Data Type | Key/Index | Details |
---|---|---|---|
CorrelationKey |
int |
Primary |
Unique number identifying this A/V Conferencing Server. |
CorrelationID |
nvarchar(256) |
unique |
Sessions that are correlated will have the same correlation ID. |
NextUpdateTS |
Datetime |
|
For internal use only. |