ServerEndpointSyncSessionStatus Class

Sync Session status object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ServerEndpointSyncSessionStatus

Constructor

ServerEndpointSyncSessionStatus(**kwargs)

Variables

last_sync_result
int

Last sync result (HResult).

last_sync_timestamp
datetime

Last sync timestamp.

last_sync_success_timestamp
datetime

Last sync success timestamp.

last_sync_per_item_error_count
<xref:long>

Last sync per item error count.

persistent_files_not_syncing_count
<xref:long>

Count of persistent files not syncing.

transient_files_not_syncing_count
<xref:long>

Count of transient files not syncing.

files_not_syncing_errors
list[ServerEndpointFilesNotSyncingError]

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

last_sync_mode
str or ServerEndpointSyncMode

Sync mode. Possible values include: "Regular", "NamespaceDownload", "InitialUpload", "SnapshotUpload", "InitialFullDownload".