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."],[[["This webpage details the `OperationProgress` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace for .NET, used to track the progress of Cloud Spanner long-running operations."],["The latest version available is `5.0.0-beta05`, and the content lists various versions of this class, ranging from version `5.0.0-beta04` down to version `3.5.0`."],["The `OperationProgress` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of `OperationProgress` include `EndTime`, `ProgressPercent`, and `StartTime`, which represent the completion time, the percentage of the operation completed, and the start time of the operation, respectively."],["The `OperationProgress` class also has two constructors, one default and one that takes an `OperationProgress` object as a parameter."]]],[]]