ServerEndpointSyncStatus Class

Server Endpoint sync status.

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

Inheritance
ServerEndpointSyncStatus

Constructor

ServerEndpointSyncStatus(**kwargs)

Variables

download_health
str or ServerEndpointHealthState

Download Health Status. Possible values include: "Unavailable", "Healthy", "Error".

upload_health
str or ServerEndpointHealthState

Upload Health Status. Possible values include: "Unavailable", "Healthy", "Error".

combined_health
str or ServerEndpointHealthState

Combined Health Status. Possible values include: "Unavailable", "Healthy", "Error".

sync_activity
str or ServerEndpointSyncActivityState

Sync activity. Possible values include: "Upload", "Download", "UploadAndDownload".

total_persistent_files_not_syncing_count
<xref:long>

Total count of persistent files not syncing (combined upload + download).

last_updated_timestamp
datetime

Last Updated Timestamp.

upload_status
ServerEndpointSyncSessionStatus

Upload Status.

download_status
ServerEndpointSyncSessionStatus

Download Status.

upload_activity
ServerEndpointSyncActivityStatus

Upload sync activity.

download_activity
ServerEndpointSyncActivityStatus

Download sync activity.

offline_data_transfer_status
str or ServerEndpointOfflineDataTransferState

Offline Data Transfer State. Possible values include: "InProgress", "Stopping", "NotRunning", "Complete".

background_data_download_activity
ServerEndpointBackgroundDataDownloadActivity

Background data download activity.