Share via


TransferFolderMetadata.FileCount Property

Definition

Gets or sets a value indicating the number of files in this transfer.

[Newtonsoft.Json.JsonProperty(PropertyName="FileCount")]
public int FileCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="FileCount")>]
member this.FileCount : int with get, set
Public Property FileCount As Integer

Property Value

The segment count.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to