Stats.CleanedCount Property

Definition

The number of members cleaned from the list

[System.Text.Json.Serialization.JsonPropertyName("cleaned_count")]
public int? CleanedCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cleaned_count")>]
member this.CleanedCount : Nullable<int> with get, set
Public Property CleanedCount As Nullable(Of Integer)

Property Value

Attributes

Applies to