Share via


ISyncStats Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SyncStatsTypeConverter))]
public interface ISyncStats : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SyncStatsTypeConverter))>]
type ISyncStats = interface
    interface IJsonSerializable
Public Interface ISyncStats
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Added

Count of catalog items added during synchronization.

Removed

Count of catalog items removed during synchronization.

SyncedCatalogItemType

Indicates catalog item types that were synced.

SynchronizationError

Count of synchronization errors that occured during synchronization.

Unchanged

Count of catalog items that were unchanged during synchronization.

Updated

Count of catalog items updated during synchronization.

ValidationError

Count of catalog items that had validation errors during synchronization.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to