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 focusing on version 3.6.0 and including a history of other versions."],["The `OperationProgress` class encapsulates information about the progress of long-running operations within Cloud Spanner, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties to track the progress of an operation, including `StartTime`, `EndTime`, and `ProgressPercent`, to denote when the operation began, ended, and what percentage of completion has been achieved."],["There are 2 constructors within this class, one default, and another that takes in a parameter `OperationProgress other`, of the same type."],["The webpage offers links to navigate to documentation for various versions of this package, including beta versions and versions all the way back to 3.5.0."]]],[]]