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 document provides reference documentation for the `Progress` class within the Firestore Admin v1 API, specifically in the .NET environment."],["The latest available version of `Progress` is 3.12.0, with versions ranging down to 2.2.0 being detailed and accessible."],["The `Progress` class, used to describe the progress of an operation, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `Progress` class include `CompletedWork` and `EstimatedWork`, both of which are of type `long` and represent the completed and estimated amount of work respectively."],["Two constructors are offered for the class `Progress()` and `Progress(Progress other)` to create a new instance of the object and another to clone one respectively."]]],[]]