public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class OperationProgress.
Encapsulates progress related information for a Cloud Spanner long
running instance operations.
[[["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 provides documentation for the `OperationProgress` class within the Google Cloud Spanner Instance Administration v1 API, specifically within the .NET environment."],["The `OperationProgress` class encapsulates progress-related data for long-running Cloud Spanner instance operations, indicating operation status and is accessible through various versions, with the latest beta version being 5.0.0-beta05 and version 4.2.0 being the currently shown version."],["The `OperationProgress` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning it has all of the functions those interfaces offer."],["The class exposes three primary properties: `EndTime`, `ProgressPercent`, and `StartTime`, which provide insights into the operation's completion time, progress percentage, and start time respectively."],["There is a constructor available to create an instance of the class, either as a new instance with the `OperationProgress()` constructor, or one using another instance as a template with the `OperationProgress(OperationProgress other)` constructor."]]],[]]