Skip to content

Commit 07f6010

Browse files
committed
CRC final updates
1 parent c807a0e commit 07f6010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/import-export/storage-import-export-tool-reviewing-job-status-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The verbose log is an optional file that you can enable during ordering. It's a
5353
| CloudFormat | BlockBlob, PageBlob, or AzureFile. |
5454
| Path | Path to the file within the storage account. |
5555
| Size | File or blob size. |
56-
| crc64 | Cyclic redundancy check 64 (CRC64) of the data that was uploaded. |
56+
| crc64 | The cyclic redundancy check 64 (CRC64) checksum that was used to verify data integrity during data transfer. |
5757

5858
#### Sample verbose log: import
5959

@@ -98,7 +98,7 @@ The verbose log for an export is a simple listing of all files that were success
9898
| Etag | The entity tag (ETag) for the resource, which is used for concurrency checking during the data transfer. |
9999
| Path | Path to the file within the storage account. |
100100
| Size | File or blob size. |
101-
| crc64 | Cyclic redundancy check 64 (CRC64) of the data that was updated. |
101+
| crc64 | The cyclic redundancy check 64 (CRC64) checksum that was computed while exporting data to disk. |
102102

103103

104104
#### Sample verbose log: export

0 commit comments

Comments
 (0)