SyncStatsResponse

data class SyncStatsResponse(val added: Int, val removed: Int, val syncedCatalogItemTypes: List<String>? = null, val synchronizationErrors: Int, val unchanged: Int, val updated: Int, val validationErrors: Int)

Stats of the synchronization.

Constructors

Link copied to clipboard
constructor(added: Int, removed: Int, syncedCatalogItemTypes: List<String>? = null, synchronizationErrors: Int, unchanged: Int, updated: Int, validationErrors: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val added: Int

Count of catalog items added during synchronization.

Link copied to clipboard

Count of catalog items removed during synchronization.

Link copied to clipboard

Indicates catalog item types that were synced.

Link copied to clipboard

Count of synchronization errors that occured during synchronization.

Link copied to clipboard

Count of catalog items that were unchanged during synchronization.

Link copied to clipboard

Count of catalog items updated during synchronization.

Link copied to clipboard

Count of catalog items that had validation errors during synchronization.