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 Google Cloud Firestore Admin v1 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The latest version of the API available in the provided content is 3.12.0, with the page content specifically covering version 3.4.0, and it also lists versions ranging from 3.0.0 to 3.11.0 and 2.2.0 to 2.4.0."],["The `Progress` class describes the status of an operation, with `CompletedWork` and `EstimatedWork` properties indicating the amount of work completed and estimated, respectively."],["The class `Progress` has two constructors, a default constructor `Progress()` and a constructor that takes a `Progress` object as a parameter `Progress(Progress other)`."]]],[]]