public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage
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 latest version of the `Progress` class is 3.12.0, with various other versions available, including 2.4.0."],["The `Progress` class, part of the `Google.Cloud.Firestore.Admin.V1` namespace, describes the progress of an operation and is generic, needing interpretation based on its usage."],["`Progress` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Progress` class has two constructors, a default one and one that takes another `Progress` object as a parameter."],["It includes two properties `CompletedWork` and `EstimatedWork`, both of which are of type `Int64` representing the amount of work completed and estimated, respectively."]]],[]]