|
93 | 93 | and divide the result by the value of the ``estimatedTotalBytes`` field
|
94 | 94 | . Then, multiply the result by 100.
|
95 | 95 |
|
96 |
| - |
97 | 96 | The value of ``estimatedCopiedBytes`` may be larger than the
|
98 | 97 | value of the ``estimatedTotalBytes`` due to retried operations.
|
99 | 98 | A comparison of ``estimatedTotalBytes`` and
|
|
138 | 137 |
|
139 | 138 | .. versionadded:: 1.3
|
140 | 139 |
|
| 140 | + * - ``verification`` |
| 141 | + - document |
| 142 | + - Provides information on the phase and progress of |
| 143 | + verification checks performed by the embedded verifier. |
| 144 | + |
| 145 | + .. versionadded:: 1.9 |
| 146 | + |
| 147 | + * - ``verification.source`` |
| 148 | + - document |
| 149 | + - Provides information on the phase and progress of |
| 150 | + verification checks running on the source cluster. |
| 151 | + |
| 152 | + .. versionadded:: 1.9 |
| 153 | + |
| 154 | + * - ``verification.source.`` ``estimatedDocumentCount`` |
| 155 | + - integer |
| 156 | + - Estimated number of documents on the source cluster. |
| 157 | + |
| 158 | + .. versionadded:: 1.9 |
| 159 | + |
| 160 | + * - ``verification.source.`` ``hashedDocumentCount`` |
| 161 | + - integer |
| 162 | + - Number of documents hashed by the verifier on the |
| 163 | + source cluster. |
| 164 | + |
| 165 | + .. versionadded:: 1.9 |
| 166 | + |
| 167 | + * - ``verification.source.`` ``lagTimeSeconds`` |
| 168 | + - integer |
| 169 | + - Time in seconds after the last verification check was |
| 170 | + performed on the source cluster. |
| 171 | + |
| 172 | + .. versionadded:: 1.9 |
| 173 | + |
| 174 | + * - ``verification.source.`` ``phase`` |
| 175 | + - string |
| 176 | + - Current phase of the verification process on the source |
| 177 | + cluster. |
| 178 | + |
| 179 | + .. versionadded:: 1.9 |
| 180 | + |
| 181 | + * - ``verification.source.`` ``scannedCollectionCount`` |
| 182 | + - integer |
| 183 | + - Number of collections scanned by the embedded verifier on |
| 184 | + the source cluster. |
| 185 | + |
| 186 | + .. versionadded:: 1.9 |
| 187 | + |
| 188 | + * - ``verification.source.`` ``totalCollectionCount`` |
| 189 | + - integer |
| 190 | + - Number of collections on the source cluster to include in |
| 191 | + verification checks. |
| 192 | + |
| 193 | + * - ``verification.destination`` |
| 194 | + - document |
| 195 | + - Provides information on the phase and progress of |
| 196 | + verification checks running on the destination cluster. |
| 197 | + |
| 198 | + .. versionadded:: 1.9 |
| 199 | + |
| 200 | + * - ``verification.destination.`` ``estimatedDocumentCount`` |
| 201 | + - integer |
| 202 | + - Estimated number of documents on the destination cluster. |
| 203 | + |
| 204 | + .. versionadded:: 1.9 |
| 205 | + |
| 206 | + * - ``verification.destination.`` ``hashedDocumentCount`` |
| 207 | + - integer |
| 208 | + - Number of documents hashed by the verifier on the |
| 209 | + destination cluster. |
| 210 | + |
| 211 | + .. versionadded:: 1.9 |
| 212 | + |
| 213 | + * - ``verification.destination.`` ``lagTimeSeconds`` |
| 214 | + - integer |
| 215 | + - Time in seconds since the last verification check |
| 216 | + performed on the destination cluster. |
| 217 | + |
| 218 | + .. versionadded:: 1.9 |
| 219 | + |
| 220 | + * - ``verification.destination.`` ``phase`` |
| 221 | + - string |
| 222 | + - Current phase of the verification process on the |
| 223 | + destination cluster. |
| 224 | + |
| 225 | + .. versionadded:: 1.9 |
| 226 | + |
| 227 | + * - ``verification.destination.`` ``scannedCollectionCount`` |
| 228 | + - integer |
| 229 | + - Number of collections scanned by the embedded verifier on |
| 230 | + the destination cluster. |
| 231 | + |
| 232 | + .. versionadded:: 1.9 |
| 233 | + |
| 234 | + * - ``verification.destination.`` ``totalCollectionCount`` |
| 235 | + - integer |
| 236 | + - Number of collections on the destination cluster to |
| 237 | + include in verification checks. |
| 238 | + |
| 239 | + .. versionadded:: 1.9 |
| 240 | + |
0 commit comments