DbSyncStage Enumeration
Defines the different phases of synchronization from the perspective of the local peer.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
| Member name | Description | |
|---|---|---|
| ReadingMetadata | Reading local table metadata. | |
| WritingMetadata | Updating local metadata. | |
| ApplyingInserts | Applying inserts to the store. | |
| ApplyingUpdates | Applying updates to the store. | |
| ApplyingDeletes | Applying deletes to the store. | |
| ApplyingChanges | Applying changes to the store. | |
| SelectingChanges | Enumerating changes from the store. | |
| CleanupMetadata | Cleanup metadata from tracking tables. | |
| ReadingSchema | Reading the table schema from the store. |
Show: