Share via


CopyProgress.FilesProcessed Property

Definition

Gets number of files processed

[Newtonsoft.Json.JsonProperty(PropertyName="filesProcessed")]
public long? FilesProcessed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filesProcessed")>]
member this.FilesProcessed : Nullable<int64>
Public ReadOnly Property FilesProcessed As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to