You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/migration-api-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can find latest version of the SharePoint Online Client Side Object Model (C
20
20
>[!Important]
21
21
> Files larger than 15 GB must now create the required checksum using [QuickXorHash](/onedrive/developer/code-snippets/quickxorhash). We have provided an example [here](#what-is-stored-in-those-azure-blob-containers).
22
22
>
23
-
>The QuickXorHash/Checksum has to be computed for the original file **before** encryption (if the file is being encrypted). This is different from the MD5hash requirementt.
23
+
>The QuickXorHash/Checksum has to be computed for the original file **before** encryption (if the file is being encrypted). This is different from the MD5hash requirement.
24
24
>
25
25
>The previous method of MD5Hash is still required for files smaller than 2 GB; however this requirement will be removed at some point in the future.
26
26
@@ -406,13 +406,13 @@ The Migration API requires the Azure Container for content passing and also for
406
406
407
407
There are two new optional parameters in manifest.xml:
408
408
409
-
-QuickXorHash
409
+
-Checksum
410
410
- MD5Hash
411
411
412
412
### Preparing the package
413
413
The method for calling the migration job doesn’t change; only the package generation needs to be changed.
414
414
415
-
In the Manifest container one file is named Manifest.xml. There are 2 optional attributes added to the file node: *QuickXorHash* and *MD5Hash*. <br>
415
+
In the Manifest container one file is named Manifest.xml. There are 2 optional attributes added to the file node: *Checksum* and *MD5Hash*. <br>
416
416
417
417
**Example for files over 15 GB:**
418
418
@@ -428,7 +428,7 @@ In the Manifest container one file is named Manifest.xml. There are 2 optional a
0 commit comments