ReplicationSchedule
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each replication schedule. (This is used exclusively for tiered historian installations.)
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ReplicationScheduleKey |
int NOT NULL |
The unique identifier for the schedule. |
|
ReplicationScheduleName |
nvarchar(255) NOT NULL |
The name of the replication schedule. |
|
(FK) ReplicationScheduleTypeKey |
int NOT NULL |
The type of replication schedule. ReplicationScheduleType is a foreign key from the ReplicationScheduleType table. |
|
ReplicationScheduleAbbreviation |
nvarchar(32) NOT NULL |
The abbreviation for the replication schedule. |
|
CreateGroup |
bit NOT NULL |
If TRUE, this replication schedule is automatically added to new replication groups. |