Difference between revisions of "RelationReplication"
Line 3: | Line 3: | ||
A relation replication configuration defines how to replicate (copy) a relation instance.<br> | A relation replication configuration defines how to replicate (copy) a relation instance.<br> | ||
The relation configuration is configured via the Relation Replication property on an instance replication object. | The relation configuration is configured via the Relation Replication property on an instance replication object. | ||
− | |||
− | |||
== Configuration Types == | == Configuration Types == | ||
Line 65: | Line 63: | ||
[[DocumentReplication]]<br> | [[DocumentReplication]]<br> | ||
[[ReferenceReplication]]<br> | [[ReferenceReplication]]<br> | ||
+ | |||
+ | [[Category:Replicating]] |
Revision as of 10:24, 4 November 2015
A relation replication configuration defines how to replicate (copy) a relation instance.
The relation configuration is configured via the Relation Replication property on an instance replication object.
Contents
Configuration Types
A configuratoin provides possibility to configure what information to be replicated:
- Properties to be copied on the relation data object
- Referencing objects to be copied on the relation data object
- Relations to be copied on threlation data object
Properties
Property | Type | Purpose |
---|---|---|
Enabled | Boolean | Gives the possibility to enable/disable an instance replication configuration. If not enabled, the process cannot be executed. |
Relation | Relationship | The reference to the Relation object the configuration is valid for. |
Configurable Members for the replication of the Relation
RelationReplicationEnabled
Determines as replicating the given relation to the target is enabled. This member can be overwritten if a specific implementation is needed.
{...}
Configurable Members for the replication of the Relation Data object
PropertyReplicationEnabled
Determines as copying a propertyvalue to the target is enabled. This member can be overwritten if a specific implementation is needed.
{...}
ReferenceReplicationEnabled
Determines as replicating the given reference to the target is enabled. This member can be overwritten if a specific implementation is needed.
{...}
See also
ReplicationConfiguration
InstanceReplication
DocumentReplication
ReferenceReplication