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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: "SharePoint Online Import Migration API"
3
-
ms.date: 10/09/2020
3
+
ms.service: sharepoint-online
4
+
ms.date: 01/06/2021
4
5
ms.author: jhendr
5
6
author: JoanneHendrickson
6
7
manager: serdars
7
8
search.appverid: MET150
8
9
description: "This document is to give more in depth information about how to use the SPO Migration API."
9
10
localization_priority: Priority
10
-
ms.service: sharepoint-online
11
11
---
12
12
# SharePoint Import Migration API (CreationMigrationJob)
13
13
@@ -18,7 +18,7 @@ The following API description is based upon use of the SharePoint Client Side Ob
18
18
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`.
19
19
20
20
>[!Important]
21
-
> **Pending change:** Files larger than 15 GB must now create the required checksum using [QuickXorHash](https://docs.microsoft.com/en-us/onedrive/developer/code-snippets/quickxorhash?view=odsp-graph-online). We have provided an example [here](#what-is-stored-in-those-azure-blob-containers).
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?view=odsp-graph-online). We have provided an example [here](#what-is-stored-in-those-azure-blob-containers).
22
22
>
23
23
>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.
0 commit comments