RegistrySyncResult interface
The registry sync result of the connected registry.
Properties
| last |
The time that the connected registry's most recent successful sync ended. |
| last |
The time that the connected registry's most recent sync ended. |
| last |
The time that the connected registry's most recent sync started. |
| sync |
The status of the connected registry's most recent sync. |
| sync |
The action that triggered the most recent registry sync. |
Property Details
lastSuccessfulSyncEndTime
The time that the connected registry's most recent successful sync ended.
lastSuccessfulSyncEndTime?: Date
Property Value
Date
lastSyncEndTime
The time that the connected registry's most recent sync ended.
lastSyncEndTime?: Date
Property Value
Date
lastSyncStartTime
The time that the connected registry's most recent sync started.
lastSyncStartTime?: Date
Property Value
Date
syncState
The status of the connected registry's most recent sync.
syncState: string
Property Value
string
syncTrigger
The action that triggered the most recent registry sync.
syncTrigger: string
Property Value
string