CBLReplicatorProgress

struct {}

Progress of a replicator. If total is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.

  • < The number of completed changes processed.

    Declaration

    Objective-C

    uint64_t completed
  • < The total number of changes to be processed.

    Declaration

    Objective-C

    uint64_t total