共用方式為


SynchronizationDetails.SizeRead Property

Definition

Gets the size of the data read from the source data set in bytes

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to