ServerEndpointSyncSessionStatus interface
Sync Session status object.
Properties
files |
Array of per-item errors coming from the last sync session. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Sync mode NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last sync per item error count. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last sync result (HResult) NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last sync success timestamp NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last sync timestamp NOTE: This property will not be serialized. It can only be populated by the server. |
persistent |
Count of persistent files not syncing. NOTE: This property will not be serialized. It can only be populated by the server. |
transient |
Count of transient files not syncing. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
filesNotSyncingErrors
Array of per-item errors coming from the last sync session. NOTE: This property will not be serialized. It can only be populated by the server.
filesNotSyncingErrors?: ServerEndpointFilesNotSyncingError[]
Property Value
lastSyncMode
Sync mode NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncMode?: string
Property Value
string
lastSyncPerItemErrorCount
Last sync per item error count. NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncPerItemErrorCount?: number
Property Value
number
lastSyncResult
Last sync result (HResult) NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncResult?: number
Property Value
number
lastSyncSuccessTimestamp
Last sync success timestamp NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncSuccessTimestamp?: Date
Property Value
Date
lastSyncTimestamp
Last sync timestamp NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncTimestamp?: Date
Property Value
Date
persistentFilesNotSyncingCount
Count of persistent files not syncing. NOTE: This property will not be serialized. It can only be populated by the server.
persistentFilesNotSyncingCount?: number
Property Value
number
transientFilesNotSyncingCount
Count of transient files not syncing. NOTE: This property will not be serialized. It can only be populated by the server.
transientFilesNotSyncingCount?: number
Property Value
number