Share via


RegistrySyncResult interface

The registry sync result of the connected registry.

Properties

lastSuccessfulSyncEndTime

The time that the connected registry's most recent successful sync ended.

lastSyncEndTime

The time that the connected registry's most recent sync ended.

lastSyncStartTime

The time that the connected registry's most recent sync started.

syncState

The status of the connected registry's most recent sync.

syncTrigger

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