Class ProgressWithOperations
Information about a progressing download made by the PowerSync SDK.
public class ProgressWithOperations
- Inheritance
-
ProgressWithOperations
- Derived
- Inherited Members
Properties
- DownloadedFraction
This will be a number between 0.0 and 1.0 (inclusive).
When this number reaches 1.0, all changes have been received from the sync service.
- DownloadedOperations
The number of operations that have already been downloaded.
- TotalOperations
The total number of operations to download for the current sync iteration to complete.