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, providing information on various versions and class details."],["`OperationProgress` is used to encapsulate progress information for long-running Cloud Spanner operations, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest stable version documented is `4.6.0`, but `5.0.0-beta05` is listed as the latest, with numerous previous versions being made available from 3.5.0 to 4.5.0."],["The class has properties such as `EndTime`, `ProgressPercent`, and `StartTime`, which are used to monitor the completion and progress of operations."],["The namespace for the class is `Google.Cloud.Spanner.Admin.Database.V1`, and the assembly is `Google.Cloud.Spanner.Admin.Database.V1.dll`."]]],[]]