public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Encapsulates progress related information for a Cloud Spanner long
running operation.
[[["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 details the `OperationProgress` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace for .NET, specifically version 4.0.0."],["`OperationProgress` encapsulates information about the progress of a long-running Cloud Spanner operation, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances and includes properties like `EndTime`, `ProgressPercent`, and `StartTime` to track the operation's status."],["The documented versions list ranges from version 3.5.0 to the latest beta 5.0.0-beta05 of `Google.Cloud.Spanner.Admin.Database.V1`, with version 4.0.0 being the main subject of the document."],["The class inherits from the `Object` class, and the documented inherited members include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]