Skip to content

Commit 7051523

Browse files
committed
Adding the API GET note.
1 parent a088824 commit 7051523

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,24 @@ New-SPOMigrationPackage [-SourceFilesPath] <String> [-OutputPackagePath] <String
2828
Cmdlet to create a new migration package based on source files in a local or network shared folder.
2929

3030
>[!NOTE]
31+
> Limits on the SPO package size and file size
3132
>
3233
>| Limit | Max Size (Gb) | Description |
3334
>| :---: | :---: | :---: |
3435
>| Package Size | 2-4 | The whole package can't exceed 4Gb |
3536
>| File Size | 2 | A single file inside the source folder can't exceed 2 Gb. |
3637
>| Target Size | -| target site should remain non-accessible to end user until migration is complete|
38+
39+
40+
>[!NOTE]
41+
>Limits on HTTP Get
3742
>
43+
>| Limit | API Get (chars) | Description |
44+
>| :---: | :---: | :---: |
45+
>| Action GET on API | 260 chars | The size of the API GET request can't exceed 260 chars|
46+
>
47+
48+
3849

3950
## EXAMPLES
4051

0 commit comments

Comments
 (0)