Skip to content

Commit 6547e72

Browse files
JoanneHendricksonVesaJuvonen
authored andcommitted
Update export-amr-api.md (SharePoint#4482)
Content update. Added example for querying the JobID folder.
1 parent b510bb0 commit 6547e72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/apis/export-amr-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,12 @@ This function returns the changeToken associates with this query. By specifying
152152

153153
#### Manifest Output
154154

155-
After the asyncMigrationRead function finishes execution, the final manifest will be placed in the container specified, with naming convention of “<jobid>/<filename>”. Manifest export package structure will be like the *createMigration* Import Package structure. The general output structure is summarized in table below.
155+
After the asyncMigrationRead function finishes 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.
156156

157+
Below is an example on how to query the folder:
158+
159+
CloudBlobDirectory folder = blobContainerObj.GetDirectoryReference(jobid);
160+
CloudBlockBlob blob = folder.GetBlockBlobReference(manifestFileName);
157161

158162
|**XML file**|**Schema File**|**Description**|
159163
|:-----|:-----|:-----|

0 commit comments

Comments
 (0)