This SQL table contains one row for each Repository site that is known to this Repository. The table provides a translation capability between the global site identifier that uniquely identifies a site across all repositories and the local site identifier, which is unique only within the current Repository. The smaller local site identifier is a part of the internal identifier that is used to identify a Repository object within the Repository.
The SiteID column is the primary key for this table. There is a unique index defined on the SiteGUID column.
Column Name | Data Type | Description |
SiteID | RTSiteID | The site identifier for a Repository site that is known to this Repository. |
SiteGUID | RTGUID | The global identifier for the site. |
NextLocalID | RTLocalID | Reserved for proprietary usage by the Repository engine. |