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."],[[["This webpage details the `Progress` class within the `Google.Cloud.Firestore.Admin.V1` namespace, providing information on its versions, inheritance, and implementation details."],["The `Progress` class describes the status of an operation, with the unit of work being generic and needing interpretation based on its context."],["The class `Progress` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `Progress` class: a default constructor and one that takes another `Progress` object as a parameter for copying its values."],["The class includes properties `CompletedWork` and `EstimatedWork`, both of which are of type `Int64` and are used to track the amount of work that has been completed and the estimated amount of work remaining, respectively."]]],[]]