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