ServerEndpointSyncStatusResponse

data class ServerEndpointSyncStatusResponse(val backgroundDataDownloadActivity: ServerEndpointBackgroundDataDownloadActivityResponse, val combinedHealth: String, val downloadActivity: ServerEndpointSyncActivityStatusResponse, val downloadHealth: String, val downloadStatus: ServerEndpointSyncSessionStatusResponse, val lastUpdatedTimestamp: String, val offlineDataTransferStatus: String, val syncActivity: String, val totalPersistentFilesNotSyncingCount: Double, val uploadActivity: ServerEndpointSyncActivityStatusResponse, val uploadHealth: String, val uploadStatus: ServerEndpointSyncSessionStatusResponse)

Server Endpoint sync status

Constructors

Link copied to clipboard
constructor(backgroundDataDownloadActivity: ServerEndpointBackgroundDataDownloadActivityResponse, combinedHealth: String, downloadActivity: ServerEndpointSyncActivityStatusResponse, downloadHealth: String, downloadStatus: ServerEndpointSyncSessionStatusResponse, lastUpdatedTimestamp: String, offlineDataTransferStatus: String, syncActivity: String, totalPersistentFilesNotSyncingCount: Double, uploadActivity: ServerEndpointSyncActivityStatusResponse, uploadHealth: String, uploadStatus: ServerEndpointSyncSessionStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Combined Health Status.

Link copied to clipboard
Link copied to clipboard

Download Health Status.

Link copied to clipboard
Link copied to clipboard

Last Updated Timestamp

Link copied to clipboard

Offline Data Transfer State

Link copied to clipboard

Sync activity

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Upload Health Status.

Link copied to clipboard