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 in the Firestore Admin v1 API provides a way to monitor the progress of operations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The `Progress` class includes properties like `CompletedWork` and `EstimatedWork`, allowing developers to track how much work has been done and how much remains."],["Multiple versions of the `Progress` class are available, ranging from version 2.2.0 to the latest 3.12.0, all accessible via links."],["The namespace for this class is `Google.Cloud.Firestore.Admin.V1`, and it is part of the `Google.Cloud.Firestore.Admin.V1.dll` assembly."]]],[]]