tblActivePeers in Lync Server 2013
Topic Last Modified: 2012-06-29
tblActivePeers contains the current peer-to-peer connections between chat services.
Columns
Column | Type | Description |
---|---|---|
aplServerID |
int, not null |
ID of the server that posted the entry. |
aplPeerID |
int, not null |
ID of the peer that the posting server is connected to. |
Keys
Column | Description |
---|---|
<aplServerID, aplPeerID> |
Primary key. |
aplServerID |
Foreign key with lookup in tblServerIdentity.serverID table. |
aplPeerID |
Foreign key with lookup in tblServerIdentity.serverID table. |