Skip to content

Commit 1b55350

Browse files
Update migration-api-overview.md
Content fix: Added new expanded file size support and including additional information about computing the QuickXorHash before encryption.
1 parent 81eb265 commit 1b55350

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/apis/migration-api-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The following API description is based upon use of the SharePoint Client Side Ob
1818
You can find latest version of the SharePoint Online Client Side Object Model (CSOM) package from the [NuGet gallery](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/). Use the ID `Microsoft.SharePointOnline.CSOM`.
1919

2020
>[!Important]
21-
> **Pending change:** Files larger than 15 GB must now create the required checksum using [QuickXorHash](https://docs.microsoft.com/onedrive/developer/code-snippets/quickxorhash). We have provided an example [here](#what-is-stored-in-those-azure-blob-containers).
21+
> Files larger than 15 GB must now create the required checksum using [QuickXorHash](https://docs.microsoft.com/onedrive/developer/code-snippets/quickxorhash). We have provided an example [here](#what-is-stored-in-those-azure-blob-containers).
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.
2224
>
2325
>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.
2426
@@ -450,7 +452,8 @@ Even if the API support 15GB files, we recommend package sizes of up to 250 MB O
450452

451453
### File size
452454

453-
Currently, the import pipeline supports individual files of **15 GB** maximum size.
455+
>[!Note]
456+
>The Migration API supports individual files over **15 GB**. The maximum size is current to that set by SharePoint Online.
454457
455458
### Only un-compressed packages are supported
456459

0 commit comments

Comments
 (0)