ConferenceUris Table
Topic Last Modified: 2010-11-09
The ConfereneUris table is a supporting table that stores a list of the various conference URIs that have participated in conference sessions recorded in the database. Each record in the table represents one conference URI.
Column | Data Type | Key/Index | Details |
---|---|---|---|
NextUpdateTS |
datetime |
Primary |
Time stamp, Internal used. |
ConferenceUriId |
int |
Primary |
Unique number identifying this conference URI. |
ConferenceUri |
nvarchar(450) |
Conference URI. |
|
Checksum |
int |
Checksum of ConferenceUri. Used to increases the speed of database searches. |
|
UriTypeId |
int |
Foreign |
URI type, such as conf:chat for IM conference, or conf:audio-video for audio/video conference. Reference to UriTypes Table table. |