Skip to content

Commit c68853f

Browse files
committed
Learn Editor: Update migration-api-overview.md
1 parent b190054 commit c68853f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/apis/migration-api-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ search.appverid: MET150
99
ms.subservice: migration-tool
1010
ms.localizationpriority: high
1111
---
12+
1213
# SharePoint Import Migration API (CreationMigrationJob)
1314

1415
## API Documentation
@@ -403,6 +404,10 @@ The **ExportSettings.XML** file is expected to be at the root of the Azure Blob
403404

404405
The main requirement is that the ExportSettings `SiteUrl` value must be populated with a URL consistent with the source URL used for the rest of the import package. In the case of file shares as a source, the URL would be pre-specified to be the source URL in the rest of the package, whereas a package generated through an export operation at a source site would be its original source site collection URL.
405406

407+
#### Ignoring Web Parts processing for performance
408+
409+
Migration API checks and processes SharePoint web parts in certain types of files. For sources other than SharePoint Server and SharePoint Online, these checks can be bypassed by setting IgnoreWebParts to true. This will improve the performance of migration tasks when web parts are not migrated.
410+
406411
#### SourceType required
407412

408413
Beginning January 1, 2023, the SourceType field will be mandatory when calling the Migration API. Starting 1, a warning message will be sent if the field is missing.
@@ -1743,3 +1748,4 @@ https://{site_url}/_api/site/ProvisionMigrationContainers
17431748

17441749
> [!NOTE]
17451750
> The **Migration API** is not available for users of Office 365 operated by 21Vianet in China. It is also not available for users of Office 365 with the German cloud using the data trustee, *German Telekom*. However, it is supported for users in Germany whose data ___location is not in the German data center.
1751+

0 commit comments

Comments
 (0)