ReplicationSyncRequest
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each replication synchronization request. (This is used exclusively for tiered historian installations.)
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ReplicationSyncRequestKey |
bigint NOT NULL |
The unique identifier for the replication synchronization request. |
|
ReplicationTagEntityKey |
int NOT NULL |
The unique identifier for the replication tag entity. |
|
RequestVersion |
smallint NOT NULL |
The version type. 0 = Initial version; 1 = Latest version. |
|
ModStartDateTimeUtc |
datetime2(7) NOT NULL |
The start time (in UTC) for the replication synchronization request. |
|
ModEndDateTimeUtc |
datetime2(7) NOT NULL |
The end time (in UTC) for the replication synchronization request. |
|
EarliestExecutionDateTimeUtc |
datetime2(7) NULL |
The earliest execution date (in UTC) for the replication synchronization request. |
|
ExecuteState |
tinyint NOT NULL |
Value automatically changes as the rep service processes the sync queue. 0 = ready to process; 1 = currently being processed; 2 = rows needs merging/unmerging. |