ReplicationRule
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each replication rule for your system.
|
Column |
Data Type |
Description |
|---|---|---|
|
Name |
nvarchar(255), NOT NULL |
The name of the replication rule. |
|
Priority |
int, NOT NULL |
The priority for the rule. |
|
TagFilter |
nvarchar(4000), NOT NULL |
Do not edit. This shows the OData filters that will play a role in how the tags are assigned to partitions or how a tag is set for auto-summary. |
|
(FK) |
int, NOT NULL |
The unique identification for the replication group. ReplicationGroupKey is a foreign key from the Replication Group table. |
|
(FK) |
int, NOT NULL |
The unique identifier for the replication server. |
|
Enabled |
bit, NOT NULL |
Used to indicate whether the replication rule is enabled. 0 - not enabled; 1- enabled |
|
ApplyOtherRules |
bit, NOT NULL |
Used to indicate whether other rules apply. 0 - other rules do not apply; 1- other rules appy. |
|
Id |
int, NOT NULL |
|
|
ChangeVersion |
timestamp, NOT NULL |
Internal use only. |