#include <replication.h>
Public Member Functions | |
| void | clear () |
Public Attributes | |
| int | changeset_count |
| Number of changesets applied. | |
| int | fullcopy_count |
| Number of times a full database copy was performed. | |
| bool | changed |
Warning: the replication interface is currently experimental, and is liable to change between releases without warning.
Number of changesets applied.
Number of times a full database copy was performed.
True if and only if the replication corresponds to a change in the live version of the database. Note that this may be false even if changeset_count and fullcopy_count are non-zero, since the changes may have been made to a non-live copy of the database.