NotesReplicationEntry (JavaScript)

Represents the replication settings for a pair of servers in a database.

Creation

Use getEntry in Replication to create or get a ReplicationEntry object.

Usage

A replication entry describes the replication settings for a pair of servers, of which one is the source and the other is the destination.

After creating a replication entry or setting a read-write property, you must call save for the changes to take effect. If you do not call save, your changes are lost. You call save for ReplicationEntry not Replication.