Topic Last Modified: 2010-07-18
The Server table is a supporting table; each record represents one server.
Column | Data Type | Key/Index | Details |
---|---|---|---|
ServerKey |
int |
Primary |
Unique number identifying the server. |
FQDNOrIP |
Nvarchar(256) |
index |
MAC address string |
ServerType |
int |
Foreign |
1: Mediation server 2: A/V Conferencing Server16394: A/V Edge service32769: gateway |
PoolName |
Nvarchar(512) |
Pool the server belongs to. Only applicable for A/V Conferencing Server. |
|
NextUpdateTS |
Datetime |
For internal use only. |