struct
DataProgress
public sealed struct DataProgress Provides progress information for operations that process blocks of data, such as file uploads, downloads, or large data transfers.
Properties
| Name | Type | Description |
|---|---|---|
ProgressBytes | Int64 | The number of bytes processed so far. |
TotalBytes | Int64 | The total number of bytes to process. |
DeltaBytes | Int64 | The number of bytes processed since the last progress update. |
ProgressDelta | Single | Progress as a fraction from 0.0 to 1.0. |