# Sandbox.Utility.DataProgress

Provides progress information for operations that process blocks of data,
such as file uploads, downloads, or large data transfers.

- Kind: struct
- Namespace: `Sandbox.Utility`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Properties

- [`DeltaBytes`](/api/Sandbox.Utility.DataProgress/DeltaBytes): The number of bytes processed since the last progress update.
- [`ProgressBytes`](/api/Sandbox.Utility.DataProgress/ProgressBytes): The number of bytes processed so far.
- [`ProgressDelta`](/api/Sandbox.Utility.DataProgress/ProgressDelta): Progress as a fraction from 0.0 to 1.0.
- [`TotalBytes`](/api/Sandbox.Utility.DataProgress/TotalBytes): The total number of bytes to process.
