ServerEndpointSyncSessionStatus interface
Sync Session status object.
Properties
| files |
Array of per-item errors coming from the last sync session. |
| last |
Sync mode |
| last |
Last sync per item error count. |
| last |
Last sync result (HResult) |
| last |
Last sync success timestamp |
| last |
Last sync timestamp |
| persistent |
Count of persistent files not syncing. |
| transient |
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