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-04-17 UTC."],[[["The `OperationProgress` class, part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace, provides information about the status of long-running Cloud Spanner operations."],["Version 5.0.0-beta05 is the latest release listed, with numerous previous versions available including the stable version 3.10.0."],["`OperationProgress` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `OperationProgress` class include `EndTime`, `ProgressPercent`, and `StartTime`, which detail the operation's completion time, percentage of completion, and start time, respectively."],["The class has two constructors, a default constructor `OperationProgress()` and a copy constructor `OperationProgress(OperationProgress other)`."]]],[]]