ISyncStats Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |