Class TransferDetail
Represents a transfer and includes detailed information.
Inheritance
TransferDetail
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TransferDetail : Transfer
Properties
Declaration
[JsonProperty("audit", Required = Required.Always)]
[Required]
public UserAudit Audit { get; set; }
Property Value
Number of items currently being uploaded.
Declaration
[JsonProperty("fileUploadInProgressCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FileUploadInProgressCount { get; set; }
Property Value
Declaration
[JsonProperty("itemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ItemCount { get; set; }
Property Value
Number of items processed.
Declaration
[JsonProperty("itemProgress", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ItemProgress { get; set; }
Property Value
Number of items cancelled.
Declaration
[JsonProperty("itemsCancelled", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ItemsCancelled { get; set; }
Property Value
Declaration
[JsonProperty("itemsFailed", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ItemsFailed { get; set; }
Property Value
Time stamp of last progress update from upload.
Declaration
[JsonProperty("lastFileUploadProgressTimeStamp", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? LastFileUploadProgressTimeStamp { get; set; }
Property Value
Methods
Declaration
public static TransferDetail FromJson(string data)
Parameters
Returns