You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- address grammatical issues
- file names & paths should be bold (not formatted as code)
- inline code should use single backticks, not double/triple
- address Acrolinx findings to improve readability
score & conform to MSDocs guidelines for word choice
Copy file name to clipboardExpand all lines: docs/apis/migration-events.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Migration events in Azure Queue"
3
-
description: "This article provides indepth information on how to use Azure Queue events in migration."
3
+
description: "This article provides in-depth information on how to use Azure Queue events in migration."
4
4
ms.date: 04/18/2024
5
5
ms.author: ranren
6
6
author: underreview
@@ -15,7 +15,7 @@ ms.collection:
15
15
---
16
16
# Migration events in Azure Queue
17
17
18
-
This document lists all types of events Migration API and AMR API write to the Azure Queue. Use these events to get status updates on migration jobs.
18
+
This document lists all types of events Migration API and AMR API written to the Azure Queue. Use these events to get status updates on migration jobs.
19
19
20
20
## JobQueued
21
21
@@ -152,13 +152,13 @@ An integer.
152
152
153
153
The number of files created, exclusive of file versions. If a file has multiple versions, this count increases by 1 only when all the versions are migrated.
154
154
155
-
List items are not counted in this property.
155
+
List items aren't counted in this property.
156
156
157
157
### **BytesProcessedOnlyCurrentVersion** property
158
158
159
-
An integer. The bytes processed with last version of the file. If a file has multiple versions, this byte count increases only when all the versions are migrated.
159
+
An integer. The bytes are processed with the last version of the file. If a file has multiple versions, this byte count increases only when all the versions are migrated.
0 commit comments