Share via


InMageReplicationDetails.TotalDataTransferred Property

Definition

Gets or sets the total transferred data in bytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to