API Reference
Class
ComputedProgress
Computed progress metrics combining per-file and aggregate information.
Inheritance
- Object
- ComputedProgress
Constructors
public ComputedProgress() #Inherited Methods
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.