Struct SyncProgress
A struct containing information about the progress state at a given instant.
Inherited Members
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public readonly struct SyncProgress
Properties
| Edit this page View SourceProgressEstimate
Gets the percentage estimate of the current progress, expressed as a double between 0.0 and 1.0.
Declaration
public double ProgressEstimate { get; }
Property Value
Type | Description |
---|---|
double | A percentage estimate of the progress. |