| Interface | Description |
|---|---|
| ReplicaInfo | |
| Replication | |
| Replication.IDocumentOpenCallback |
This function is called for each document retrieved.
|
| Replication.IFolderAddCallback |
GetDocumentsMode.GET_FOLDER_ADDS is specified but GetDocumentsMode.APPLY_FOLDER_ADDS is not,
this function is called for each document after the Replication.IDocumentOpenCallback function is called |
| Replication.IGetDocumentsCallback |
Called once before any others but only if going to a server that is R6 or greater.
|
| Replication.IObjectAllocCallback |
If
GetDocumentsMode.SEND_OBJECTS is specified and objectDb is not NULL,
this function is called exactly once for each object to provide the caller with information
about the object's size and ObjectID. |
| Replication.IObjectWriteCallback |
This function is called for each "chunk" of each object if
GetDocumentsMode.SEND_OBJECTS
is specified and objectDb is not NULL. |
| Class | Description |
|---|---|
| ReplicationHistorySummary |
One entry of the database replication history
|
| Enum | Description |
|---|---|
| GetDocumentsMode |
Control flags for NSFDbGetNotes.
|
| ReplicaInfo.Priority | |
| Replication.Action | |
| Replication.ReplicationHistoryFlags |
Optional flags that can be used with
Replication.getReplicationHistory(Database, Set). |
| ReplicationFlags |
Replication flags
NOTE: Please note the distinction between ReplicationFlags.DISABLE and
ReplicationFlags.NEVER_REPLICATE. |
| ReplicationHistorySummary.ReplicationDirection |
These values describe the direction member of the
ReplicationHistorySummary
entry (the direction of the replication in the replication history). |
Copyright © 2019–2021 HCL. All rights reserved.