ServerEndpointSyncSessionStatusResponse

data class ServerEndpointSyncSessionStatusResponse(val filesNotSyncingErrors: List<ServerEndpointFilesNotSyncingErrorResponse>, val lastSyncMode: String, val lastSyncPerItemErrorCount: Double, val lastSyncResult: Int, val lastSyncSuccessTimestamp: String, val lastSyncTimestamp: String, val persistentFilesNotSyncingCount: Double, val transientFilesNotSyncingCount: Double)

Sync Session status object.

Constructors

Link copied to clipboard
constructor(filesNotSyncingErrors: List<ServerEndpointFilesNotSyncingErrorResponse>, lastSyncMode: String, lastSyncPerItemErrorCount: Double, lastSyncResult: Int, lastSyncSuccessTimestamp: String, lastSyncTimestamp: String, persistentFilesNotSyncingCount: Double, transientFilesNotSyncingCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Sync mode

Link copied to clipboard

Last sync per item error count.

Link copied to clipboard

Last sync result (HResult)

Link copied to clipboard

Last sync success timestamp

Link copied to clipboard

Last sync timestamp

Link copied to clipboard

Count of persistent files not syncing.

Link copied to clipboard

Count of transient files not syncing.