public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Progress.
Describes the progress of the operation.
Unit of work is generic and must be interpreted based on where [Progress][google.firestore.admin.v1.Progress]
is used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Progress` class, part of the Firestore Admin v1 API, provides a way to track the status of operations by describing the progress, with the meaning of the \"unit of work\" being dependent on where the Progress object is used."],["This documentation details various versions of the `Progress` class, with version 3.12.0 being the latest release, and version 3.3.0 being referenced in the documentation's detailed examples and explanations."],["The `Progress` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for usage and manipulation within the Google Protobuf framework."],["The `Progress` class includes properties `CompletedWork` and `EstimatedWork`, both of which are of the type `long`, to represent the amount of completed and estimated work, respectively, allowing for a progress assessment of a task."]]],[]]