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-perm-guidance.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,11 @@ If you are migrating a structure that has more than 100,000 children (such as fi
45
45
46
46
To learn more about the service limits in SharePoint for Microsoft 365, see [SharePoint Limits](/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#items-in-lists-and-libraries).
47
47
48
-
## Folders that contain fewer than 100,000 items
48
+
## Folders with less than 100,000 items
49
49
50
50
If your library (or list) has fewer than 100,000 items, and you have less than 50,000 unique scopes, you can migrate using the migration API and apply unique scopes to create folders with less 100K items to break inheritance as needed.
51
51
52
-
## Folders that contain more than 100,000 items
52
+
## Folders with more than 100,000 items
53
53
54
54
If you have a folder with more than 100,000 items, we recommend one of the following approaches. Determine how many items are in your source or root folder, including lists or other object types. Scan and determine which folder structures have greater than 100,000 items.
55
55
@@ -61,7 +61,7 @@ For example, divide a single folder of 250,000 items into four folders at the ro
61
61
62
62
Make sure that there are no more than 50,000 unique scopes in the structure: ideally less than 5,000.
63
63
64
-
In this example, at the source, break up the structure into four folders, A, B, C, and D, each having less than 100,000 items. Then perform the migration. See the following illustration.
64
+
In this example, at the source, break up the structure into four folders, A, B, C, and D, each having less than 100,000 items. Then perform the migration. For details, see the following illustration.
0 commit comments