ReplicationTag
- Last UpdatedMar 18, 2021
- 1 minute read
Contains one row for each replication tag. (This is used exclusively for tiered historian installations.) Replication tags follow the same naming convention as regular tags.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) (FK) TagName |
TagName Type (nvarchar(256)) NOT NULL |
The unique name of the tag within the AVEVA Historian system. TagName is a foreign key from the Tag table. |
|
SourceTag |
nvarchar(256) NOT NULL |
The name of the source tag used for the replication tag. |
|
SourceServer |
nvarchar(255) NOT NULL |
The name of the tier 1 server with the source tag. |