File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
source/includes/api/tables Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 51
51
52
52
* - ``collectionCopy ``
53
53
- 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
56
56
57
57
* - ``collectionCopy ``
58
58
``.estimatedTotalBytes ``
59
59
- 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 .
62
62
63
63
* - ``collectionCopy ``
64
64
``.estimatedCopiedBytes ``
65
65
- 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.
68
69
69
70
To calculate the total estimated progress as a percentage, add the value
70
71
of the ``estimatedCopiedBytes `` field for each ``mongosync `` instance
You can’t perform that action at this time.
0 commit comments