Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.79 KB

File metadata and controls

63 lines (51 loc) · 1.79 KB
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

synchronizationProgress resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the progress of a synchronizationJob toward completion.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.synchronizationProgress",
  "completedUnits": "Integer",
  "progressObservationDateTime": "String (timestamp)",
  "totalUnits": "Integer",
  "units": "String"
}