s&box docs
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.

Metadata

FieldValue
NamespaceSandbox.Utility
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.Utility.DataProgress

On this page