Skip to:
Based on the C-API discussion, we want to change ReplicationProgress to be like CBL-C:
typedef struct {
uint64_t fractionComplete; ///< Approximate completion; the value is between 0.0 - 1.0.
uint64_t documentCount; ///< Number of documents transferred so far.
} CBLReplicatorProgress;
First Draft: https://docs.google.com/document/d/1pWaFSF6LTwsbxwA53-cc6lcLIONPxZwm9q7IF0EtfC4
Based on the C-API discussion, we want to change ReplicationProgress to be like CBL-C:
typedef struct {
uint64_t fractionComplete; ///< Approximate completion; the value is between 0.0 - 1.0.
uint64_t documentCount; ///< Number of documents transferred so far.
} CBLReplicatorProgress;