ServerEndpointSyncStatus interface
Server Endpoint sync status
Properties
background |
Background data download activity NOTE: This property will not be serialized. It can only be populated by the server. |
combined |
Combined Health Status. NOTE: This property will not be serialized. It can only be populated by the server. |
download |
Download sync activity NOTE: This property will not be serialized. It can only be populated by the server. |
download |
Download Health Status. NOTE: This property will not be serialized. It can only be populated by the server. |
download |
Download Status NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last Updated Timestamp NOTE: This property will not be serialized. It can only be populated by the server. |
offline |
Offline Data Transfer State NOTE: This property will not be serialized. It can only be populated by the server. |
sync |
Sync activity NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total count of persistent files not syncing (combined upload + download). NOTE: This property will not be serialized. It can only be populated by the server. |
upload |
Upload sync activity NOTE: This property will not be serialized. It can only be populated by the server. |
upload |
Upload Health Status. NOTE: This property will not be serialized. It can only be populated by the server. |
upload |
Upload Status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backgroundDataDownloadActivity
Background data download activity NOTE: This property will not be serialized. It can only be populated by the server.
backgroundDataDownloadActivity?: ServerEndpointBackgroundDataDownloadActivity
Property Value
combinedHealth
Combined Health Status. NOTE: This property will not be serialized. It can only be populated by the server.
combinedHealth?: string
Property Value
string
downloadActivity
Download sync activity NOTE: This property will not be serialized. It can only be populated by the server.
downloadActivity?: ServerEndpointSyncActivityStatus
Property Value
downloadHealth
Download Health Status. NOTE: This property will not be serialized. It can only be populated by the server.
downloadHealth?: string
Property Value
string
downloadStatus
Download Status NOTE: This property will not be serialized. It can only be populated by the server.
downloadStatus?: ServerEndpointSyncSessionStatus
Property Value
lastUpdatedTimestamp
Last Updated Timestamp NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedTimestamp?: Date
Property Value
Date
offlineDataTransferStatus
Offline Data Transfer State NOTE: This property will not be serialized. It can only be populated by the server.
offlineDataTransferStatus?: string
Property Value
string
syncActivity
Sync activity NOTE: This property will not be serialized. It can only be populated by the server.
syncActivity?: string
Property Value
string
totalPersistentFilesNotSyncingCount
Total count of persistent files not syncing (combined upload + download). NOTE: This property will not be serialized. It can only be populated by the server.
totalPersistentFilesNotSyncingCount?: number
Property Value
number
uploadActivity
Upload sync activity NOTE: This property will not be serialized. It can only be populated by the server.
uploadActivity?: ServerEndpointSyncActivityStatus
Property Value
uploadHealth
Upload Health Status. NOTE: This property will not be serialized. It can only be populated by the server.
uploadHealth?: string
Property Value
string
uploadStatus
Upload Status NOTE: This property will not be serialized. It can only be populated by the server.
uploadStatus?: ServerEndpointSyncSessionStatus