LiteCore
Couchbase Lite cross-platform core implementation
|
Represents the current progress of a replicator. More...
#include <c4ReplicatorTypes.h>
Data Fields | |
uint64_t | unitsCompleted |
Abstract number of work units completed so far. | |
uint64_t | unitsTotal |
Total number of work units (a very rough approximation) | |
uint64_t | documentCount |
Number of documents transferred so far. | |
Represents the current progress of a replicator.
The units
fields should not be used directly, but divided (unitsCompleted
/unitsTotal
) to give a very approximate progress fraction.
uint64_t C4Progress::documentCount |
Number of documents transferred so far.
uint64_t C4Progress::unitsCompleted |
Abstract number of work units completed so far.
uint64_t C4Progress::unitsTotal |
Total number of work units (a very rough approximation)