Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions source/includes/api/tables/progress-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,21 @@

* - ``collectionCopy``
- object
- Describes the total amount of data being copied and the
amount that has already been copied to the destination cluster.
- Estimates the total amount of data being copied from collections and the
amount that has already been copied to the destination cluster

* - ``collectionCopy``
``.estimatedTotalBytes``
- integer
- Estimated total number of bytes to be copied globally by all ``mongosync``
instances.
- Estimated total number of bytes to be copied globally by all
``mongosync`` instances during the initial copying of collections.

* - ``collectionCopy``
``.estimatedCopiedBytes``
- integer
- Estimated number of bytes which have been copied to the
destination cluster by this ``mongosync`` instance.
- Estimated number of bytes which have been copied to the destination
cluster by this ``mongosync`` instance during the initial copying of
collections.

To calculate the total estimated progress as a percentage, add the value
of the ``estimatedCopiedBytes`` field for each ``mongosync`` instance
Expand Down