ServerEndpointSyncActivityStatusResponse

data class ServerEndpointSyncActivityStatusResponse(val appliedBytes: Double, val appliedItemCount: Double, val perItemErrorCount: Double, val sessionMinutesRemaining: Int, val syncMode: String, val timestamp: String, val totalBytes: Double, val totalItemCount: Double)

Sync Session status object.

Constructors

Link copied to clipboard
constructor(appliedBytes: Double, appliedItemCount: Double, perItemErrorCount: Double, sessionMinutesRemaining: Int, syncMode: String, timestamp: String, totalBytes: Double, totalItemCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Applied bytes

Link copied to clipboard

Applied item count.

Link copied to clipboard

Per item error count

Link copied to clipboard

Session minutes remaining (if available)

Link copied to clipboard

Sync mode

Link copied to clipboard

Timestamp when properties were updated

Link copied to clipboard

Total bytes (if available)

Link copied to clipboard

Total item count (if available)