SyncStats interface
Stats of the synchronization.
Properties
| added | Count of catalog items added during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| removed | Count of catalog items removed during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| synced |
Indicates catalog item types that were synced. |
| synchronization |
Count of synchronization errors that occured during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| unchanged | Count of catalog items that were unchanged during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| updated | Count of catalog items updated during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| validation |
Count of catalog items that had validation errors during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
added
Count of catalog items added during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
added?: number
Property Value
number
removed
Count of catalog items removed during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
removed?: number
Property Value
number
syncedCatalogItemTypes
Indicates catalog item types that were synced.
syncedCatalogItemTypes?: string[]
Property Value
string[]
synchronizationErrors
Count of synchronization errors that occured during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
synchronizationErrors?: number
Property Value
number
unchanged
Count of catalog items that were unchanged during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
unchanged?: number
Property Value
number
updated
Count of catalog items updated during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
updated?: number
Property Value
number
validationErrors
Count of catalog items that had validation errors during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: number
Property Value
number