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 page details the `Progress` class within the `Google.Cloud.Firestore.Admin.V1` namespace, offering a versioned history of the .NET library with the latest being version 3.12.0."],["The `Progress` class describes the state of an operation's advancement, with a unit of work that needs to be interpreted based on usage context."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Progress` class includes properties `CompletedWork` and `EstimatedWork`, both represented as `Int64` values, indicating the amount of work done and predicted respectively."]]],[]]