Skip to content

Commit 170033b

Browse files
authored
DOCSP-24946 Clarifies estimatedTotalBytes and estimatedCopiedBytes (#253) (#262)
* DOCSP-24946 Clarifies estimatedTotalBytes and estimatedCopiedBytes * Fixes per Sarah
1 parent e6fe97f commit 170033b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/includes/api/tables/progress-response.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,21 @@
5151

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

5757
* - ``collectionCopy``
5858
``.estimatedTotalBytes``
5959
- integer
60-
- Estimated total number of bytes to be copied globally by all ``mongosync``
61-
instances.
60+
- Estimated total number of bytes to be copied globally by all
61+
``mongosync`` instances during the initial copying of collections.
6262

6363
* - ``collectionCopy``
6464
``.estimatedCopiedBytes``
6565
- integer
66-
- Estimated number of bytes which have been copied to the
67-
destination cluster by this ``mongosync`` instance.
66+
- Estimated number of bytes which have been copied to the destination
67+
cluster by this ``mongosync`` instance during the initial copying of
68+
collections.
6869

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

0 commit comments

Comments
 (0)