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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eProgress\u003c/code\u003e class is 3.12.0, with various other versions available, including 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProgress\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Firestore.Admin.V1\u003c/code\u003e namespace, describes the progress of an operation and is generic, needing interpretation based on its usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eProgress\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProgress\u003c/code\u003e class has two constructors, a default one and one that takes another \u003ccode\u003eProgress\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two properties \u003ccode\u003eCompletedWork\u003c/code\u003e and \u003ccode\u003eEstimatedWork\u003c/code\u003e, both of which are of type \u003ccode\u003eInt64\u003c/code\u003e representing the amount of work completed and estimated, respectively.\u003c/p\u003e\n"]]],[],null,[]]