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 in the Google Cloud Firestore Admin V1 is 3.12.0, with several previous versions available for reference."],["The `Progress` class, part of the `Google.Cloud.Firestore.Admin.V1` namespace, describes the progress of an operation within Firestore."],["The `Progress` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two main properties, `CompletedWork` and `EstimatedWork`, both of type `Int64`, to track the amount of work done and estimated."],["The class can be created via two constructors, one without any parameters, the other with a `Progress` parameter, allowing for the creation of a copy."]]],[]]