Skip to content

Commit 093b375

Browse files
Update migration-api-overview.md
correction
1 parent 486483e commit 093b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/migration-api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The main requirement for the structure is that the FileValue references in the *
339339

340340
### ArchivedFiles.XML
341341

342-
The **ArchivedFiles.XML** file, if included, is expected to be at the root of the Azure blob storage container defined by the CreateMigrationJob’s azureContainerManifestUri parameter. This optional file is validated using the [QuickXorHash checksums etc I am making this up, etc]. If small files in Manifest.xml are not archived (not showing in ArchiveFiles.xml), they still can be processed as before (equivalent to feature off).
342+
The **ArchivedFiles.XML** file, if included, is expected to be at the root of the Azure blob storage container defined by the CreateMigrationJob’s azureContainerManifestUri parameter. The QuickXorHash/Checksum has to be computed for the optional pack0.zip file using the[QuickXorHash Algorithm](/onedrive/developer/code-snippets/quickxorhash). If small files in Manifest.xml are not archived (not showing in ArchiveFiles.xml), they still can be processed as before (equivalent to feature off).
343343

344344
This file allows for transferring files in batch. When the ArchivedFiles.xml is provided by the client (the default scenario), the server side will validate the correctness of the .xml schema, then import the files inside each pack. When ArchivedFiles.XML is not provide by the client, the feature will be disabled.
345345

0 commit comments

Comments
 (0)