共用方式為


ServerEndpointBackgroundDataDownloadActivity.DownloadedBytes Property

Definition

Gets running count of bytes downloaded

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to