ServerEndpointSyncSessionStatus interface

Sync Session status object.

Properties

filesNotSyncingErrors

Array of per-item errors coming from the last sync session.

lastSyncMode

Sync mode

lastSyncPerItemErrorCount

Last sync per item error count.

lastSyncResult

Last sync result (HResult)

lastSyncSuccessTimestamp

Last sync success timestamp

lastSyncTimestamp

Last sync timestamp

persistentFilesNotSyncingCount

Count of persistent files not syncing.

transientFilesNotSyncingCount

Count of transient files not syncing.

Property Details

filesNotSyncingErrors

Array of per-item errors coming from the last sync session.

filesNotSyncingErrors?: ServerEndpointFilesNotSyncingError[]

Property Value

lastSyncMode

Sync mode

lastSyncMode?: string

Property Value

string

lastSyncPerItemErrorCount

Last sync per item error count.

lastSyncPerItemErrorCount?: number

Property Value

number

lastSyncResult

Last sync result (HResult)

lastSyncResult?: number

Property Value

number

lastSyncSuccessTimestamp

Last sync success timestamp

lastSyncSuccessTimestamp?: Date

Property Value

Date

lastSyncTimestamp

Last sync timestamp

lastSyncTimestamp?: Date

Property Value

Date

persistentFilesNotSyncingCount

Count of persistent files not syncing.

persistentFilesNotSyncingCount?: number

Property Value

number

transientFilesNotSyncingCount

Count of transient files not syncing.

transientFilesNotSyncingCount?: number

Property Value

number