Skip to content

Commit f7ed43e

Browse files
Update export-amr-api.md
update to document that the AMR manifest splits into multiple packages after 25MB
1 parent 758c71b commit f7ed43e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/apis/export-amr-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ This function returns the changeToken associates with this query. By specifying
194194

195195
#### Manifest Output
196196

197-
After the asyncMigrationRead function prepare execution, the final manifest will be placed in the container specified, under a folder named **JobId**. Manifest export package structure will be like the *createMigration* Import Package structure. The general output structure is summarized in table below.
197+
After the *asyncMigrationRead* function prepares execution, the final manifest will be placed in the container specified, under a folder named **JobId**. The manifest export package structure will be like the *createMigration* Import Package structure. The general output structure is summarized in table below.
198+
199+
>[!Note]
200+
>Once the AMR package reaches 25MB, it will split into multiple packages per request.
198201
199202
Below is an example on how to query the folder:
200203

0 commit comments

Comments
 (0)