Config Table
Topic Last Modified: 2011-01-27
The Config table contains the Microsoft Lync Server 2010, Group Chat configuration.
Columns
Column | Type | Description |
---|---|---|
configLabel |
nvarchar (255), not null |
One or more of the following labels:
|
configSeqID |
int, not null |
Sequence number (per label). Each time a setting is changed, a new entry with an incremented sequence number is added to the table. This means that the entries with the greatest sequence numbers are the current ones. |
configContent |
nvachar (max) |
Configuration content. |
lastModifiedBy |
int, not null |
ID of the principal that made the latest change. |
Key
Column | Description |
---|---|
<configLabel, configSeqID> |
Primary key. |