API ReferenceSandbox.Utility
public sealed struct Sandbox.Utility.DataProgress
Provides progress information for operations that process blocks of data, such as file uploads, downloads, or large data transfers.
Properties
Showing 4 properties
public long Sandbox.Utility.DataProgress.DeltaBytes { get; set; }
The number of bytes processed since the last progress update.
public long Sandbox.Utility.DataProgress.ProgressBytes { get; set; }
The number of bytes processed so far.
public float Sandbox.Utility.DataProgress.ProgressDelta { get; set; }
Progress as a fraction from 0.0 to 1.0.
public long Sandbox.Utility.DataProgress.TotalBytes { get; set; }
The total number of bytes to process.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Utility |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Utility.DataProgress |