Share via


TransferFolderMetadata.TotalFileBytes Property

Definition

Gets or sets the total bytes for all the files.

[Newtonsoft.Json.JsonProperty(PropertyName="TotalFileBytes")]
public long TotalFileBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="TotalFileBytes")>]
member this.TotalFileBytes : int64 with get, set
Public Property TotalFileBytes As Long

Property Value

The total bytes for all the files.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to