SyncStats Class
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.
Stats of the synchronization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SyncStatsTypeConverter))]
public class SyncStats : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncStats
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SyncStatsTypeConverter))>]
type SyncStats = class
interface ISyncStats
interface IJsonSerializable
Public Class SyncStats
Implements ISyncStats
- Inheritance
-
SyncStats
- Attributes
- Implements
Constructors
SyncStats() |
Creates an new SyncStats instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SyncStats. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncStats. |
FromJsonString(String) |
Creates a new instance of SyncStats, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |