CustomReplicationSchedule
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each trigger time for a custom replication schedule of ScheduleType CUSTOM. (This is used exclusively for tiered historian installations.) Interval-based replication schedules are handled in the IntervalReplicationSchedule table.
|
Column |
Data Type |
Description |
|---|---|---|
|
(FK) ReplicationScheduleKey |
int NOT NULL |
The unique identifier for the schedule. ReplicationScheduleKey is a foreign key from the ReplicationSchedule table. |
|
TimeOfDay |
nvarchar(10) NOT NULL |
The time of day (in the local time for the AVEVA Historian) for the trigger time in the custom replication schedule. This value is automatically populated based on the schedule. The format is <Hour:Minutes><AM/PM>. Time is displayed on a 12-hour clock. |