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."],[[["The latest version of the `Google.Cloud.Spanner.Admin.Database.V1` is `5.0.0-beta05`, with multiple other versions available including `4.6.0`, `4.5.0`, `4.4.0`, and going all the way down to 3.5.0."],["`OperationProgress` class encapsulates progress information for long-running Cloud Spanner operations and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `OperationProgress` class has properties such as `EndTime`, `ProgressPercent`, and `StartTime` to track the status of the Cloud Spanner operation, which is reflected by an integer representing a percentage and a timestamp."],["The `OperationProgress` class has two constructors, a default one, and another one that takes in another instance of itself."]]],[]]