API Reference
Class
ComputedProgress
Computed progress metrics combining per-file and aggregate information.
Inheritance
- Object
- ComputedProgress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ComputedProgress() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String FilePath { get; set; } #Path of the file that reported progress.
public Int32 ChildPercent { get; set; } #Percentage completion for the current file.
public Int64 ChildScaledBytes { get; set; } #Scaled bytes processed for the current file.
public Int64 ChildTotalBytes { get; set; } #Total bytes of the current file.
public Int32 AggregatePercent { get; set; } #Overall percentage completion across all files.
public Int64 AggregateBytes { get; set; } #Aggregate scaled bytes processed.
public Int64 AggregateTotalBytes { get; set; } #Aggregate total bytes across all files.
public DnsLogBatchStage Stage { get; set; } #Current stage of processing for the file.