SyncStats Class

Definition

Stats of the synchronization.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.SyncStatsTypeConverter))]
public class SyncStats : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ISyncStats
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.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.

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)

Deserializes a PSObject into an instance of SyncStats.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ISyncStats.

FromJsonString(String)

Creates a new instance of SyncStats, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SyncStats into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to