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."],[[["This webpage provides documentation for the `Progress` class within the Google Cloud Firestore Admin v1 API, detailing its various versions, with version 3.12.0 being the latest."],["The `Progress` class, found in the `Google.Cloud.Firestore.Admin.V1` namespace, describes the advancement of operations and is part of the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["The class `Progress` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `Progress` class include `CompletedWork` and `EstimatedWork`, both of which are of type `long` and represent the amount of work done and the total amount of work estimated, respectively."],["The Progress class includes two constructors: a default constructor `Progress()`, and an overload constructor `Progress(Progress other)` which accepts another Progress object as a parameter."]]],[]]