| title | synchronizationProgress resource type |
|---|---|
| description | Represents the progress of a synchronizationJob toward completion. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| author | ArvindHarinder1 |
| ms.subservice | entra-applications |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the progress of a synchronizationJob toward completion.
| Property | Type | Description |
|---|---|---|
| completedUnits | Int32 | The numerator of a progress ratio; the number of units of changes already processed. |
| progressObservationDateTime | DateTimeOffset | The time of a progress observation as an offset in minutes from UTC. |
| totalUnits | Int32 | The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization. |
| units | String | An optional description of the units. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.synchronizationProgress",
"completedUnits": "Integer",
"progressObservationDateTime": "String (timestamp)",
"totalUnits": "Integer",
"units": "String"
}