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 reference documentation for the `Progress` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `Progress` class describes the advancement of an operation, with the unit of work dependent on its specific use case."],["The available versions for the Progress class range from 2.2.0 to 3.12.0, with 3.12.0 being the latest version."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Progress` class includes properties for `CompletedWork` and `EstimatedWork`, both of which are of type `Int64` and represent the progress of the operation."]]],[]]